Dart.Emulation Namespace : Telnet Class |
For a list of all members of this type, see Telnet members.
Name | Description | |
---|---|---|
![]() | Abort | Performs a hard close of the connection. (Inherited from Dart.Emulation.TcpBase) |
![]() | AuthenticateAsClient | Overloaded. Authenticates the server when establishing a secure connection. (Inherited from Dart.Emulation.TcpBase) |
![]() | Close | Gracefully closes the connection. (Inherited from Dart.Emulation.TcpBase) |
![]() | Connect | Overloaded. Connects to a Telnet server. |
![]() | ConnectAsync | Connect to a server using the configuration specified by session. (Inherited from Dart.Emulation.TcpBase) |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Deserialize | Deserialize a previously serialized object. (Inherited from Dart.Emulation.ComponentBase) |
![]() | Dispose | (Inherited from System.ComponentModel.Component) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetStream | Overridden. Provides access to the underlying Stream. |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Login | Logs into a telnet server using properties found in the settings parameter. |
![]() | Marshal | Overloaded. Marshals data to the UI thread. (Inherited from Dart.Emulation.TcpBase) |
![]() | Read | Overloaded. Receives data from the remote host. (Inherited from Dart.Emulation.TcpBase) |
![]() | ReadAsync | Start an asynchronous read on the socket. (Inherited from Dart.Emulation.TcpBase) |
![]() | ReadToCount | Read until count bytes are read, an exception is thrown, or the connection is closed. (Inherited from Dart.Emulation.TcpBase) |
![]() | ReadToDelimiter | Overloaded. Read until the delimiter is found, an exception is thrown, or the connection is closed. (Inherited from Dart.Emulation.TcpBase) |
![]() | ReadToEnd | Read until the connection is closed or an exception is thrown. (Inherited from Dart.Emulation.TcpBase) |
![]() | Refresh | Negotiates Telnet options that have been added to the ClientOptions and ServerOptions collections. |
![]() | SendCommand | Sends a Telnet (non-option) command to the server. |
![]() | SendOption | Sends a Telnet option to the server. |
![]() | SendSubOption | Sends a suboption request or response to the server. |
![]() | Serialize | Serialize an object to the provided destination stream. (Inherited from Dart.Emulation.ComponentBase) |
![]() | ShutdownSsl | Signals the remote host to shutdown the SSL connection. (Inherited from Dart.Emulation.TcpBase) |
![]() | Start | Starts a worker thread on which the specified delegate function executes. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
![]() | Write | Overloaded. Sends data to the remote host. (Inherited from Dart.Emulation.TcpBase) |
![]() | WriteAsync | Start an asynchronous write on the socket. (Inherited from Dart.Emulation.TcpBase) |