.NET Telnet Class Library

TelnetProtocolHandler.Write Method 

Send data to the remote host.

[Visual Basic]
MustOverride Overloads Protected Sub Write( _
   ByVal b As Byte() _
)
[C#]
protected abstract void Write(
   byte[] b
);

Parameters

b
array of bytes to send

See Also

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