Gets a buffer that can be used to receive data from the client connection.
[Visual Basic]Protected ReadOnly Property Buffer As Byte()
[C#]
protected byte[] Buffer {get;}
Property Value
An array of bytes that can be used to receive data from the client connection.
See Also
AuthBase Class | AuthBase Members | Org.Mentalis.Proxy.Socks.Authentication Namespace