Mentalis.org Security Library documentation

SecureTcpClient.SendBufferSize Property

Gets or sets the size of the send buffer.

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

Property Value

The size of the send buffer, in bytes.

Remarks

The SendBufferSize property gets or sets the number of bytes to store in the send buffer for each send operation.

See Also

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