ConnectionSettings Class |
Namespace: Flex.Hal.Settings
The ConnectionSettings type exposes the following members.
Name | Description | |
---|---|---|
ConnectionSettings | Initializes a new instance of the ConnectionSettings class |
Name | Description | |
---|---|---|
AutoReconnect |
Gets or sets a value that indicates whether auto reconnect is enabled.
| |
ClearScreenOnDisconnect |
Gets or sets a value that indicates whether to clear the screen buffer on session disconnect.
| |
Columns |
Gets or sets the number of screen columns (VT/SCOANSI/WYSE).
| |
ConnectMethod |
Gets or sets the connection method (TN3270/TN5250).
| |
ContentionResolution |
Gets or sets a value that indicates whether contention resolution is enabled (TN3270).
| |
CustomCols |
Gets or sets the number of screen columns for dynamic model (TN3270/TN5250).
| |
CustomRows |
Gets or sets the number of screen rows for dynamic model (TN3270/TN5250).
| |
DataBits |
Gets or set the number of bits used for each character (SCOANSI/WYSE).
| |
Encryption |
Gets or sets the encryption for the connection.
| |
EnhancedMode |
Gets or sets a value that indicates whether enhanced mode is enabled (TN3270/TN5250).
| |
ExtAttributes |
Gets or sets a value that indicates whether extended attributes is enabled (TN3270).
| |
HllapiAutoSelect |
Gets or sets a value that indicates whether automatic HLLAPI name selection is enabled.
| |
HllapiLongName |
Gets or sets the HLLAPI long name when automatic selection is disabled.
| |
HllapiShortName |
Gets or sets the HLLAPI short name when automatic selection is disabled.
| |
HostCodePageEnum |
Gets or sets the host code page (TN3270/TN5250).
| |
HostList |
Gets or sets the list of alternate IP host names and ports to be used when connection from the primary setting fails.
| |
HostNameIP |
Gets or sets the host name or IP address.
| |
HostType |
Gets or sets the host emulation type.
| |
KeepAliveSeq |
Gets or sets the keep alive sequence.
| |
KeepAliveTimeoutMin |
Gets or sets the interval in minutes at which the keep alive sequence is sent.
| |
Lines |
Gets or sets the number of screen lines (VT/SCOANSI/WYSE).
| |
Model |
Gets or sets the screen model (TN3270/TN5250).
| |
NameOverride |
Gets or sets a value that overrides the device type string that is automatically
generated by the screen size and extended attribute settings.
| |
NonSNAChainCommand |
Gets or sets a value that indicates whether non-SNA command chaining is enabled.
| |
OperatingMode |
Gets or sets the VT operating mode (VT).
| |
Port |
Gets or sets the host port number.
| |
ResourceName |
Gets or sets the resource name (TN3270/TN5250).
| |
ResponseSupport |
Gets or sets a value that indicates whether response support is enabled (TN3270).
| |
ScrollBackBufferSize |
Gets or sets the size of the screen history log in number of lines.
| |
SessType |
Gets or sets the session type.
| |
SshCompressionLevel |
Gets or sets the SSH compression level.
| |
SshEncryptionAlgorithms |
Gets or sets the SSH allowed encryption algorithms.
| |
SshHostKeyAlgorithms |
Gets or sets the SSH allowed host key (server key) algorithms.
| |
SshKeyExchangeAlgorithms |
Gets or sets the SSH allowed key exchange algorithms.
| |
SshMacAlgorithms |
Gets or sets the SSH allowed message authentication code algorithms.
| |
SshMinimumDiffieHellmanKeySize |
Gets or sets the SSH minimum allowed size of the ephemeral Diffie-Hellman prime.
| |
SshMinimumRsaKeySize |
Gets or sets the SSH minimum allowed size of the RSA key.
| |
SshPasswordPlain |
Gets or sets the SSH password value in plain text.
| |
SshPrivateKeyFile |
Gets or sets the SSH private key file.
| |
SshPrivateKeyPasswordPlain |
Gets or sets the password for the SSH private key in plain text.
| |
SshPromptFingerprint |
Gets or sets a value that indicates whether to display a dialog containing
host key fingerprint for host identity confirmation.
| |
SshUsername |
Gets or sets the username to log in to the SSH server.
| |
SSLClientCert |
Gets or sets the SSL certificate for client authentication.
| |
SSLFlags |
Gets or sets the server certificate exception(s) that are accepted.
| |
SSLNotAcceptAction |
Gets or sets the action to take when server certificate is not accepted.
| |
SSLProtocol |
Gets or sets the SSL/TLS protocol.
| |
TerminalID |
Gets or sets the terminal ID (VT/SCOANSI/WYSE).
| |
TimeOutSec |
Gets or sets the time out value in seconds.
| |
VtHostEncoding |
Gets or sets the host encoding (VT/SCOANSI).
| |
VtNRCharset |
Gets or sets the national replacement character set (VT/SCOANSI/WYSE).
| |
WyseCharset |
Gets or set the user-preferred character set (WYSE).
|
Name | Description | |
---|---|---|
ToString |
Creates and returns a string representation of the current
ConnectionSettings object.
(Overrides ObjectToString.) |