Reflection
IConnectingSettingsBestNetwork Interface Members
Properties 

The following tables list the members exposed by IConnectingSettingsBestNetwork.

Public Properties
 NameDescription
 PropertyHostAddressGets or sets the name of the host to which to connect.  
 PropertyNSVTPortThe port number to use when establishing the VT-MGR connection.  
 PropertyTelnetBinaryGets or sets whether Reflection 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 Reflection responds to a remote echo from a Telnet host.  
 PropertyTelnetLFAfterCRSpecifies whether Reflection sends a linefeed character whenever a carriage return is sent.  
 PropertyTelnetLineModeReflection supports line mode and faux line mode for Telnet connections.  
 PropertyTelnetLocationReflection supports the TELNET SEND-LOCATION option (specified in RFC 779).  
 PropertyTelnetNegotateInitOptionsSpecifies whether certain connection options, including whether to always request a binary mode connection, are negotiated when the Telnet connection is established.  
 PropertyTelnetPortGets or sets the port to use to establish the Telnet connection.  
 PropertyTelnetSetWindowSizeWhen this value is true, Reflection 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, Reflection writes the negotiation process for the various Telnet options to the screen.  
 PropertyTelnetUseEmulatorTermTypeWhen this value is false, Reflection 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 Reflection attempts to make a connection before timing out.  
Top
See Also