Gets or sets an array of bytes that can be used to store all received data.
[Visual Basic]Protected Property Bytes As Byte()
[C#]
protected byte[] Bytes {get; set;}
Property Value
An array of bytes that can be used to store all received data.
See Also
AuthBase Class | AuthBase Members | Org.Mentalis.Proxy.Socks.Authentication Namespace