.NET Telnet Class Library

TelnetProtocolHandler.Transpose Method 

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.

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

Parameters

buf
the data buffer to be sent

See Also

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