Click or drag to resize

ChannelBaseTcpNoDelay Property

Gets or sets a value that indicates whether this channel is using the Nagle algorithm.

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

Property Value

Type: Boolean
true if nagle algorithm is active; otherwise, false.
See Also