Click or drag to resize

ClientBaseReceiveBufferSize Property

Gets or sets the size of the buffer used by the client for receiving data from the server.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(32768)]
public virtual int ReceiveBufferSize { get; set; }
View Source

Property Value

Int32

Implements

IClientReceiveBufferSize
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is either zero or negative.
See Also