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