The Telnet type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BeginStartScripting(AsyncCallback, Object) |
Begins asynchronous StartScripting operation.
Starts a scripting session with a virtual terminal.
| |
| BeginStartScripting(TerminalOptions, AsyncCallback, Object) |
Begins asynchronous StartScripting operation.
Starts a scripting session with a virtual terminal.
| |
| BeginStartScripting(TerminalOptions, Int32, Int32, AsyncCallback, Object) |
Begins asynchronous StartScripting operation.
Starts a scripting session with a virtual terminal.
| |
| BeginStartVirtualTerminal(AsyncCallback, Object) |
Begins asynchronous StartVirtualTerminal operation.
Starts a virtual terminal session.
| |
| BeginStartVirtualTerminal(TerminalOptions, AsyncCallback, Object) |
Begins asynchronous StartVirtualTerminal operation.
Starts a virtual terminal session.
| |
| BeginStartVirtualTerminal(TerminalOptions, Int32, Int32, AsyncCallback, Object) |
Begins asynchronous StartVirtualTerminal operation.
Starts a virtual terminal session.
| |
| EndStartScripting |
Ends an asynchronous BeginStartScripting operation.
| |
| EndStartVirtualTerminal |
Ends an asynchronous BeginStartVirtualTerminal operation.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetSocketFactory |
Sets the socket factory to be used to create communication sockets.
| |
| StartScripting()()()() |
Starts a scripting session with a virtual terminal.
| |
| StartScripting(TerminalOptions) |
Starts a scripting session with a virtual terminal.
| |
| StartScripting(TerminalOptions, Int32, Int32) |
Starts a scripting session with a virtual terminal.
| |
| StartShell |
Starts a remote shell.
| |
| StartVirtualTerminal()()()() |
Starts a virtual terminal session.
| |
| StartVirtualTerminal(TerminalOptions) |
Starts a virtual terminal session.
| |
| StartVirtualTerminal(TerminalOptions, Int32, Int32) |
Starts a virtual terminal session.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IShellChannelFactory..::..CreateShellChannel |