Click or drag to resize

ChannelBaseReaderBufferMaxSize Property

Gets or sets the maximum size of the reader buffer (bytes).

Namespace:  OBCOM.NetSwitchLib.Utils
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public int ReaderBufferMaxSize { get; set; }

Property Value

Type: Int32
A positive integer value. The default is 65536.
See Also