Click or drag to resize
TcpStreamSettingsReceiveBufferSize Property
Gets the size of the receive buffer.

Namespace: MongoDB.Driver.Core.Configuration
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public int ReceiveBufferSize { get; }

Property Value

Type: Int32
The size of the receive buffer.
See Also