Dart.Emulation Namespace : Telnet Class |
The following tables list the members exposed by Telnet.
Name | Description | |
---|---|---|
![]() | Telnet Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | DefaultPort | The "well-known" default port 23 for Rsh operations. |
Name | Description | |
---|---|---|
![]() | Binary | Gets or sets the state of the Telnet Transmit-Binary option. |
![]() | ClientOptions | Gets a collection of desired client options. |
![]() | CloseTime | Returns the DateTime the connection was closed. (Inherited from Dart.Emulation.TcpBase) |
![]() | ConnectTime | Returns the DateTime the connection was established. (Inherited from Dart.Emulation.TcpBase) |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | CRLF | Set to true if the Pty property is used and a CR should be converted to a CRLF for sending. (Inherited from Dart.Emulation.PtyBase) |
![]() | Echo | Gets or sets the state of the Telnet Echo option. |
![]() | Encoding | Character encoding used by the component. (Inherited from Dart.Emulation.ComponentBase) |
![]() | LocalEcho | Set to true if the Pty property is used and keystrokes should be displayed in the textbox. (Inherited from Dart.Emulation.PtyBase) |
![]() | NetworkStream | Returns the NetworkStream object created when Connect() is called. (Inherited from Dart.Emulation.TcpBase) |
![]() | Pty | Gets or sets a display control to use for automatic pseudo terminal support. (Inherited from Dart.Emulation.PtyBase) |
![]() | RemoteEndPoint | Gets the remote address and port of the connection. (Inherited from Dart.Emulation.TcpBase) |
![]() | ServerOptions | Gets a collection of desired server options. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Socket | Gets the socket used by the component for communications. (Inherited from Dart.Emulation.SocketBase) |
![]() | SocketOption | Gets and sets the socket options for classes derived from TcpBase. (Inherited from Dart.Emulation.TcpBase) |
![]() | SslStream | Returns the SslStream object created when AuthenticateAsClient or AuthenticateAsServer are called. (Inherited from Dart.Emulation.TcpBase) |
![]() | State | Gets the status of the connection as of the last socket operation. (Inherited from Dart.Emulation.TcpBase) |
![]() | SynchronizingObject | Gets or sets the object used to marshal data to the UI thread (for raising events). (Inherited from Dart.Emulation.ComponentBase) |
![]() | SyncRoot | Gets an object that is used to synchronize access to the upper layer protocol in use. (Inherited from Dart.Emulation.ComponentBase) |
![]() | Tag | Gets or sets an object that stores any user data. (Inherited from Dart.Emulation.ComponentBase) |
![]() | TerminalType | Gets or sets the terminal type used for the Telnet TerminalType option. |
![]() | WindowSize | Gets or sets the window-size used for the Telnet WindowSize option. |
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) |
Name | Description | |
---|---|---|
![]() | ClientOptionChanged | Raised when a client Telnet option has changed state (WILL or WONT confirmed). |
![]() | CommandReceived | Raised when a Telnet command is received from the server. |
![]() | Data | Raised when Marshal(Data,String,Object) is used. (Inherited from Dart.Emulation.TcpBase) |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | Error | Raised when Marshal(Exception) is used or an unhandled Exception is thrown in a worker thread created using Start. (Inherited from Dart.Emulation.ComponentBase) |
![]() | Log | Raised when data is read or written. (Inherited from Dart.Emulation.TcpBase) |
![]() | ServerOptionChanged | Raised when a server Telnet option has changed state (DO or DONT confirmed). |
![]() | StateChanged | Raised when the value of the State property changes. (Inherited from Dart.Emulation.TcpBase) |
![]() | UserState | Raised when Marshal(String,Object) is used. (Inherited from Dart.Emulation.ComponentBase) |