![]() | Initializes a new instance of the TelnetWrapper class. |
![]() | Gets a value indicating whether a connection to the remote resource exists. |
![]() | Gets or sets the data sent on pressing [LineFeed] \r |
![]() | Gets or sets the data sent on pressing [RETURN] \n |
![]() | Sets the name of the host to connect to. |
![]() | Sets the port on the remote host. |
![]() | Sets the terminal height. |
![]() | Sets the terminal type. |
![]() | Sets the terminal width. |
![]() | |
![]() | Overloaded. Connects to the remote host and opens the connection. |
![]() | Disconnects the socket and closes the connection. |
![]() | Overloaded. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Starts receiving data. |
![]() | Sends a command to the remote host. |
![]() | Returns a String that represents the current Object. |
![]() | |
![]() | |
![]() | The current terminal type for TTYPE telnet option. |
![]() | The window size of the terminal for the NAWS telnet option. |
![]() | |
![]() | Adds bytes to the input buffer we'll parse for codes. |
![]() | Creates a shallow copy of the current Object. |
![]() | Handle telnet protocol negotiation. The buffer will be parsed and necessary actions are taken according to the telnet protocol. RFC-Telnet |
![]() | |
![]() | Reset the protocol handler. This may be necessary after the connection was closed or some other problem occured. |
![]() | Send a Telnet Escape character |
![]() | |
![]() | Transpose special telnet codes like 0xff or newlines to values that are compliant to the protocol. This method will also send the buffer immediately after transposing the data. |
![]() | Writes data to the socket. |