NetworkComms MaxReceiveBufferSizeBytes Property NetworkComms.Net Help
Maximum data buffer size that will be allocated for reading. Default is 80KB. CAUTION: Changing the default value can lead to performance degradation.

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static int MaxReceiveBufferSizeBytes { get; set; }

Property Value

Type: OnlineInt32
See Also