The Telnet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Telnet()()()() |
Creates a new Telnet instance.
|
![]() |
Telnet(String) |
Creates a new Telnet instance.
|
![]() |
Telnet(String, Int32) |
Creates a new Telnet instance.
|
Methods
Name | Description | |
---|---|---|
![]() |
CommandRead |
Interprets a telnet command received from the Telnet NetworkStream.
|
![]() |
Connect |
Establishes a telnet connection to the server specified in
the Telnet constructor.
|
![]() |
CreateObjRef |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.) |
![]() |
DebugMessage |
Writes additional debug information to the debug stream.
|
![]() |
Disconnect |
Disconnects from TELNET server.
|
![]() |
Dispose()()()() |
Releases all resources used by the Component.
(Inherited from Component.) |
![]() |
Dispose(Boolean) |
Clean up any resources being used.
(Overrides Component..::..Dispose(Boolean).) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.) |
![]() |
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 |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetLifetimeService |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
![]() |
GetOutputStream |
Gets the output stream of the socket connection.
|
![]() |
GetService | (Inherited from Component.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
![]() |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) |
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.) |
![]() |
SendCommand(Int32) |
Sends telnet command.
|
![]() |
SendCommand(Int32, Int32) |
Sends Telnet Command and associated Paramter to TELNET server.
|
![]() |
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 |
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() |
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.
|
![]() |
input |
Input stream for telnet.
|
![]() ![]() |
IP |
Telnet command : Interrupt Process.
|
![]() ![]() |
LF |
Telnet special character : Line Feed.
|
![]() ![]() |
NOP |
Telnet command : No operation.
|
![]() ![]() |
NULL |
Telnet special character : No operation.
|
![]() |
output |
Output stream for telnet.
|
![]() ![]() |
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.
|
Properties
Name | Description | |
---|---|---|
![]() |
CanRaiseEvents |
Gets a value indicating whether the component can raise an event.
(Inherited from Component.) |
![]() |
Container |
Gets the IContainer that contains the Component.
(Inherited from Component.) |
![]() |
Debug |
Gets/Sets Telnet debug flag.
|
![]() |
DebugStream |
Gets/Sets debug output stream.
|
![]() |
DesignMode |
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.) |
![]() |
Encoding |
Gets/Sets the Encoding used when converting between
string and bytes. Default is Encoding.UTF8
|
![]() |
Events |
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.) |
![]() |
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.) |
![]() |
Timeout |
Gets/Sets the Socket Timeout parameter.
|
Events
Name | Description | |
---|---|---|
![]() |
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 |
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from 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.
|