![]() AO | Telnet command : Abort output. |
![]() AYT | Telnet command : Are You There. |
![]() BEL | Telnet special character : Bell. |
![]() BRK | Break. NVT character BRK. |
![]() BS | Telnet special character : Backspace. |
![]() CR | Telnet special character : Carriage Return. |
![]() DM | Telnet command : Data Mark. |
![]() DO | Telnet command : DO. |
![]() DONT | Telnet command : DON'T. |
![]() EC | Telnet command : Erase character. |
![]() EL | Telnet command : Erase line. |
![]() FF | Telnet special character : Form Feed. |
![]() GA | Telnet command : Go ahead. |
![]() HT | Telnet special character : Horizontal Tab. |
![]() IAC | Telnet command : Interpret as Command. |
![]() IP | Telnet command : Interrupt Process. |
![]() LF | Telnet special character : Line Feed. |
![]() NOP | Telnet command : No operation. |
![]() NULL | Telnet special character : No operation. |
![]() SB | Telnet command : Subnegotiation begin. |
![]() SE | Telnet command : End of subnegotiation parameters. |
![]() VT | Telnet special character : Vertical Tab. |
![]() WILL | Telnet command : WILL. |
![]() WONT | Telnet command : WON'T. |
Telnet
|
Overloaded. Initializes a new instance of the Telnet class. |
Container (inherited from Component) | Gets the IContainer that contains the Component. |
Debug | Gets/Sets Telnet debug flag. |
DebugStream | Gets/Sets debug output stream. |
Encoding | Gets/Sets the Encoding used when converting between string and bytes. Default is Encoding.UTF8 |
Hostname | Gets/Sets the TELNET server host name. |
LicenseKey | License key. |
Port | Gets/Sets the TELNET server port number. |
ReadTimeout | Gets or sets the amount of time a Socket will wait to receive data once initiated. |
Site (inherited from Component) | Gets or sets the ISite of the Component. |
Timeout | Gets/Sets the Socket Timeout parameter. |
CommandRead | Interprets a telnet command received from the Telnet NetworkStream. |
Connect | Establishes a telnet connection to the server specified in the Telnet constructor. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
DebugMessage | Writes additional debug information to the debug stream. |
Disconnect | Disconnects from TELNET server. |
Dispose (inherited from Component) | Overloaded. Releases all resources used by the Component. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
FireConnectedEvent | Fires ConnectedEvent event. |
FireDataReceivedEvent | Fires DataReceivedEvent event. |
FireDisconnectedEvent | Fires DisconnectedEvent event. |
FireDontOptionEvent | Fires DontOptionEvent event. |
FireDoOptionEvent | Fires DoOptionEvent event. |
FireSubOptionEvent | Fires SubOptionEvent event. |
FireWillOptionEvent | Fires WillOptionEvent event. |
FireWontOptionEvent | Fires WontOptionEvent event. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetOutputStream | Gets the output stream of the socket connection. |
GetType (inherited from Object) | Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
SendCommand | Overloaded. Sends telnet command. |
SendDontOption | Sends a telnet DONT command. |
SendDoOption | Sends a telnet DO command. |
SendSubOption | Sends telnet sub option. |
SendWillOption | Sends a telnet WILL command. |
SendWontOption | Sends a telnet WONT command. |
ToString (inherited from Component) | Returns a String containing the name of the Component, if any. This method should not be overridden. |
ConnectedEvent | Occurs after a successful connection to the TELNET server. |
DataReceivedEvent | Occurs after successfully reading data from the TELNET server. |
DisconnectedEvent | Occurs after a successful disconnection from the TELNET server. |
Disposed (inherited from Component) | Adds an event handler to listen to the Disposed event on the component. |
DontOptionEvent | Occurs afer a successful DONT option is received from the TELNET server. |
DoOptionEvent | Occurs after a successful DO option is received from the TELNET server. |
SubOptionEvent | Occurs after a successful DOSUB option is received from the TELNET server. |
WillOptionEvent | Occurs after a successful WILL option is received from the TELNET server. |
WontOptionEvent | Occurs after a successful WONT option is received from the TELNET server. |
CanRaiseEvents (inherited from Component) | Gets a value indicating whether the component can raise an event. |
DesignMode (inherited from Component) | Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) | Gets the list of event handlers that are attached to this Component. |
Dispose | Overloaded. Clean up any resources being used. |
Finalize (inherited from Component) | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. |
GetService (inherited from Component) | Returns an object that represents a service provided by the Component or by its Container. |
MemberwiseClone (inherited from MarshalByRefObject) | Overloaded. Creates a shallow copy of the current MarshalByRefObject object. |
MemberwiseClone (inherited from Object) | Overloaded. Creates a shallow copy of the current Object. |
Telnet Class | Jscape.Telnet Namespace