PowerTCP Emulation for .NET
Telnet Class Methods

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

Public Methods
 NameDescription
Public MethodAbort Performs a hard close of the connection. (Inherited from Dart.Emulation.TcpBase)
Public MethodAuthenticateAsClientOverloaded.  Authenticates the server when establishing a secure connection. (Inherited from Dart.Emulation.TcpBase)
Public MethodClose Gracefully closes the connection. (Inherited from Dart.Emulation.TcpBase)
Public MethodConnectOverloaded.  Connects to a Telnet server.  
Public MethodConnectAsyncConnect to a server using the configuration specified by session. (Inherited from Dart.Emulation.TcpBase)
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDeserialize Deserialize a previously serialized object. (Inherited from Dart.Emulation.ComponentBase)
Public MethodDispose (Inherited from System.ComponentModel.Component)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodGetStreamOverridden.  Provides access to the underlying Stream.  
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodLogin Logs into a telnet server using properties found in the settings parameter.  
Public MethodMarshalOverloaded.  Marshals data to the UI thread. (Inherited from Dart.Emulation.TcpBase)
Public MethodReadOverloaded.  Receives data from the remote host. (Inherited from Dart.Emulation.TcpBase)
Public MethodReadAsync Start an asynchronous read on the socket. (Inherited from Dart.Emulation.TcpBase)
Public MethodReadToCount Read until count bytes are read, an exception is thrown, or the connection is closed. (Inherited from Dart.Emulation.TcpBase)
Public MethodReadToDelimiterOverloaded.  Read until the delimiter is found, an exception is thrown, or the connection is closed. (Inherited from Dart.Emulation.TcpBase)
Public MethodReadToEnd Read until the connection is closed or an exception is thrown. (Inherited from Dart.Emulation.TcpBase)
Public MethodRefresh Negotiates Telnet options that have been added to the ClientOptions and ServerOptions collections.  
Public MethodSendCommand Sends a Telnet (non-option) command to the server.  
Public MethodSendOption Sends a Telnet option to the server.  
Public MethodSendSubOption Sends a suboption request or response to the server.  
Public MethodSerialize Serialize an object to the provided destination stream. (Inherited from Dart.Emulation.ComponentBase)
Public MethodShutdownSsl Signals the remote host to shutdown the SSL connection. (Inherited from Dart.Emulation.TcpBase)
Public MethodStart Starts a worker thread on which the specified delegate function executes.  
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodWriteOverloaded.  Sends data to the remote host. (Inherited from Dart.Emulation.TcpBase)
Public MethodWriteAsync Start an asynchronous write on the socket. (Inherited from Dart.Emulation.TcpBase)
Top
See Also

Reference

Telnet Class
Dart.Emulation Namespace


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic