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