The following tables list the members exposed by Telnet.
Name | Description | |
---|---|---|
![]() | Telnet Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Encoding | Character encoding used by the component. (Inherited from Dart.Common.ComponentBase) |
![]() | Tag | Gets or sets an object that stores any user data. (Inherited from Dart.Common.ComponentBase) |
Name | Description | |
---|---|---|
![]() | Binary | Gets or sets the state of the Telnet Transmit-Binary option. |
![]() | ClientOptions | Gets a collection of desired client options. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Echo | Gets or sets the state of the Telnet Echo option. |
![]() | EnableLogEvent | Gets or sets a value indicating whether the TcpBase.Log event should be raised. (Inherited from Dart.Common.TcpBase) |
![]() | NetworkStream | Returns the NetworkStream object created when Connect() is called. (Inherited from Dart.Common.TcpBase) |
![]() | Proxy | Gets the proxy server information used by the component. (Inherited from Dart.Common.TcpBase) |
![]() | Pty | Gets or sets a display control to use for automatic pseudo terminal support. (Inherited from Dart.Common.PtyBase) |
![]() | RemoteEndPoint | Gets the remote address and port of the server (never the proxy). (Inherited from Dart.Common.TcpBase) |
![]() | ServerOptions | Gets a collection of desired server options. |
![]() | ServerPort | Gets or sets the remote Telnet port to connect to. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Socket | Gets the socket used by the component for communications. (Inherited from Dart.Common.SocketBase) |
![]() | SocketOption | Gets the socket options for classes derived from TcpBase. (Inherited from Dart.Common.TcpBase) |
![]() | State | Gets the status of the connection. (Inherited from Dart.Common.TcpBase) |
![]() | SynchronizingObject | Gets or sets the object used to marshal data to the UI thread. (Inherited from Dart.Common.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 | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | DesignMode | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Abort | Performs a hard close of the connection. (Inherited from Dart.Common.TcpBase) |
![]() | AuthenticateAsClient | Overloaded. Authenticates the server when establishing a secure connection. (Inherited from Dart.Common.TcpBase) |
![]() | AuthenticateAsServer | Overloaded. Authenticates a client when establishing a secure connection. (Inherited from Dart.Common.TcpBase) |
![]() | Close | Gracefully closes the connection. (Inherited from Dart.Common.TcpBase) |
![]() | Connect | Overloaded. Connects to the specified remote endpoint. (Inherited from Dart.Common.TcpBase) |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. (Inherited from System.ComponentModel.Component) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetSslInfo | Provides information on the SSL channel. (Inherited from Dart.Common.TcpBase) |
![]() | GetStream | Overridden. Provides access to the underlying Stream. |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Login | Overloaded. Logs into a telnet server using standard prompts. |
![]() | Marshal | Overloaded. Marshals data to the UI thread. (Inherited from Dart.Common.TcpBase) |
![]() | Read | Overloaded. Receives data from the remote host. (Inherited from Dart.Common.TcpBase) |
![]() | ReadToEnd | Receives data until the connection is closed. (Inherited from Dart.Common.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. |
![]() | ShutdownSsl | Signals the remote host to shutdown the SSL connection. (Inherited from Dart.Common.TcpBase) |
![]() | Start | Starts a worker thread on which the specified delegate function executes. |
![]() | Write | Overloaded. Sends data to the remote host. (Inherited from Dart.Common.TcpBase) |
Name | Description | |
---|---|---|
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
![]() | OnClientOptionChanged | Raises the ClientOptionChanged event. |
![]() | OnCommandReceived | Raises the CommandReceived event. |
![]() | OnData | Raises the Data event. (Inherited from Dart.Common.TcpBase) |
![]() | OnError | Raises the Error event. (Inherited from Dart.Common.ComponentBase) |
![]() | OnLog | Raises the Log event. (Inherited from Dart.Common.TcpBase) |
![]() | OnServerOptionChanged | Raises the ServerOptionChanged event. |
![]() | OnStateChanged | Overridden. Raises the StateChanged event. |
![]() | OnUserState | Raises the UserState event. (Inherited from Dart.Common.ComponentBase) |
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 the Marshal method is called by the user. (Inherited from Dart.Common.TcpBase) |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | Error | Raised when Marshal is called by the user or an unhandled Exception is thrown in a worker thread created using the Start method. (Inherited from Dart.Common.ComponentBase) |
![]() | Log | Used to capture protocol data. (Inherited from Dart.Common.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.Common.TcpBase) |
![]() | UserState | Raised when user state information is marshaled. (Inherited from Dart.Common.ComponentBase) |