Mentalis.org Security Library documentation

SecureTcpClient.ReceiveBufferSize Property

Gets or sets the size of the receive buffer.

[Visual Basic]
Public Property ReceiveBufferSize As Integer
[C#]
public int ReceiveBufferSize {get; set;}

Property Value

The size of the receive buffer, in bytes.

Remarks

The ReceiveBufferSize property gets or sets the number of bytes that you are expecting to store in the receive buffer for each read operation.

See Also

SecureTcpClient Class | SecureTcpClient Members | Org.Mentalis.Security.Ssl Namespace