  | 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)
Syntaxpublic bool TcpNoDelay { get; set; }Public Property TcpNoDelay As Boolean
	Get
	Set
Property Value
Type: 
Booleantrue if nagle algorithm is active; otherwise, 
false.
            
See Also