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