InfoConnect for Airlines
IConnectionSettingsTelnet Interface Properties

For a list of all members of this type, see IConnectionSettingsTelnet members.

Public Properties
 NameDescription
 PropertyAuthenticationThis option enables InfoConnect to use Kerberos authentication.  
 PropertyCacheNameA string that specifies the path and filename of a credentials cache.  
 PropertyEncryptionSpecifies whether to encrypt the data transmitted between the host and the Kerberos client during Kerberos sessions.  
 PropertyHostAddressGets or sets the name of the host to which to connect.  
 PropertyMutualAuthenticationSpecifies whether to enable mutual authentication during Kerberos sessions.  
 PropertyPKIDisableCRLSpecifies whether InfoConnect checks for certificate revocation when validating host certificates for SSL/TLS connections.  
 PropertyPKIUseOCSPGets or sets a value indicating whether your client session checks for certificate revocation using OCSP (Online Certificate Status Protocol) responders when validating host certificates.  
 PropertyPrincipalSpecifies the principal for which you want to obtain Kerberos credentials.  
 PropertyRealmSpecifies the the realm portion of the full principal name.  
 PropertyRenewableTicketSpecifies the time (in seconds) for which Kerberos Ticket Granting Tickets (TGT) are renewable.  
 PropertySSLValidateCertChainGets or sets a value indicating whether certificates presented for host authentication are checked to determine if they are valid and signed by a trusted CA.  
 PropertyTelnetBinaryGets or sets whether InfoConnect always requests a binary mode connection (an 8-bit data path).  
 PropertyTelnetBreakGets or sets whether CTRL+BREAK sends the Telnet Break command or the Telnet Interrupt Process command.  
 PropertyTelnetEchoControls how InfoConnect responds to a remote echo from a Telnet host.  
 PropertyTelnetLFAfterCRSpecifies whether InfoConnect sends a linefeed character whenever a carriage return is sent.  
 PropertyTelnetLineModeLine mode and faux line mode for Telnet connections are supported.  
 PropertyTelnetLocationThe TELNET SEND-LOCATION option (specified in RFC 779) is supported.  
 PropertyTelnetNegotateInitOptionsSpecifies whether certain connection options, including whether to always request a binary mode connection, is negotiated when the Telnet connection is established.  
 PropertyTelnetPortGets or sets the port to use to establish the Telnet connection.  
 PropertyTelnetSetWindowSizeWhen this value is true, InfoConnect sends the number of rows and columns to the Telnet host whenever they change, enabling the Telnet host to control the cursor if the window size changes.  
 PropertyTelnetTermDefaultThe terminal type string that is sent as a backup to the Telnet server if the server requests this information and doesn't recognize the current value set for TelnetTermType.  
 PropertyTelnetTermTypeThe terminal type string that is sent to the Telnet server if the server requests this information during the suboption TERM negotiation stage of the connection.  
 PropertyTelnetTraceWhen set to true, InfoConnect writes the negotiation process for the various Telnet options to the screen.  
 PropertyTelnetUseEmulatorTermTypeWhen this value is false, InfoConnect uses the current terminal setting as determined by the value of TelnetTermType when the server requests the terminal type.  
 PropertyTimeoutSpecifies the time (in milliseconds) during which InfoConnect attempts to make a connection before timing out.  
 PropertyTLSCertifyHostnameSpecifies whether host name matching is required when validating host certificates for SSL/TLS connections.  
 PropertyTLSStrengthSpecifies the minimum allowable level of encryption for SSL/TLS connections.  
 PropertyTLSVersionGets or sets a value indicating which SSL or TLS version to use.  
 PropertyUserNameA string that specifies the user name.  
 PropertyUseSOCKSEnables connections to a host via a SOCKS proxy server. (Available only with InfoConnect Network Series version 6.0.)  
 PropertyUseTLSEnables Secure Socket Layer (SSL) and Transport Layer Security (TLS) security protocols for this connection.  
Top
See Also