NetworkComms InitialReceiveBufferSizeBytes Property NetworkComms.Net Help
Initial receive data buffer size for reading data. Keeping this small reduces the static size of connection objects which each have an internal buffer. Default is 512 bytes. 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 InitialReceiveBufferSizeBytes { get; set; }

Property Value

Type: OnlineInt32
See Also