.NET Telnet Class Library

TelnetProtocolHandler.Negotiate Method 

Handle telnet protocol negotiation. The buffer will be parsed and necessary actions are taken according to the telnet protocol. RFC-Telnet

[Visual Basic]
Protected Function Negotiate( _
   ByVal nbuf As Byte() _
) As Integer
[C#]
protected int Negotiate(
   byte[] nbuf
);

Parameters

nbuf
the byte buffer used for negotiation

Return Value

a new buffer after negotiation

See Also

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