Client.RemoteBuffer Property

Mentalis.org Proxy

Mentalis.org Proxy Documentation

Client.RemoteBuffer Property

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