ServerSettings.ReceiveBufferSize Property
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9083)
ReceiveBufferSize
Gets or sets a value (in bytes) that specifies the size of the buffer for incoming data.
Declaration
public int? ReceiveBufferSize { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> | Default value is null, which implies the default buffer size. |