Gets the buffer to store all the incoming data from the remote host.
[Visual Basic]Protected ReadOnly Property RemoteBuffer As Byte()
[C#]
protected byte[] RemoteBuffer {get;}
Property Value
An array of bytes that can be used to store all the incoming data from the remote host.
See Also
Client Class | Client Members | Org.Mentalis.Proxy Namespace | Buffer