.NET Telnet Class Library

TelnetProtocolHandler.SendTelnetControl Method 

Send a Telnet Escape character

[Visual Basic]
Protected Sub SendTelnetControl( _
   ByVal code As Byte _
)
[C#]
protected void SendTelnetControl(
   byte code
);

Parameters

code
IAC code

See Also

TelnetProtocolHandler Class | TelnetProtocolHandler Members | De.Mud.Telnet Namespace