Click or drag to resize

ServerBaseReceiveBufferSize Property

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

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

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