| SocketOptionsSetTcpNoDelay Method  | 
            Set a Boolean value that specifies whether the stream Socket is using the Nagle algorithm.
            Use false to enable Nagle algorithm; use true to disable Nagle algorithm (no delay). The default is true.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic SocketOptions SetTcpNoDelay(
	bool tcpNoDelay
)
Parameters
- tcpNoDelay
 - Type: SystemBoolean
 
Return Value
Type: 
SocketOptions
See Also