Gets or sets a byte array that can be used to store received bytes from the client.
[Visual Basic]Protected Property Bytes As Byte()
[C#]
protected byte[] Bytes {get; set;}
Property Value
A byte array that can be used to store bytes from the client.
See Also
SocksHandler Class | SocksHandler Members | Org.Mentalis.Proxy.Socks Namespace