Whisperstream Research Group - CommLib Documentation

Telnet Properties

The properties of the Telnet class are listed below. For a complete list of Telnet class members, see the Telnet Members topic.

Public Instance Properties

ClientOptions Gets/Sets the supported client options
CommandEndTokens Gets/Sets the list of tokens that are searched for during a synchronous send operation to determine the end of the operation
CommandTimeout Gets/Sets the time, in milliseconds, allowed to complete a synchronous send operation before a TimeoutException is thrown, default is 10000 (10 seconds)
ConnectionState gets the connection state of the telnet component
ConnectTimeout Gets/Sets the max time allowed to connect to the system before a ConnectionErrorException is thrown
Container (inherited from Component) Gets the IContainer that contains the Component.
IsConnected Gets the socket status
KeepAlive Gets/Sets whether or not the connection should be kept alive or not. This should be set after a connection has been made. Default is false.
OptionNegotiationEnabled Gets/Sets whether or not option negotiation will be preformed
Port Gets the remote telnet server's port
RemoteAddress Gets the remote telnet server's address
ServerOptions Gets/Sets the supported server options
ServerWelcomeText Gets the inital text that the remote host sent when the connection was was made
Site (inherited from Component) Gets or sets the ISite of the Component.
WelcomeTextEndToken Gets/Sets the endtoken used to demark the end of the server's welcome text string

Protected Instance Properties

DesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component)Gets the list of event handlers that are attached to this Component.

See Also

Telnet Class | Whisperstream.CommLib.TelnetLib Namespace