TcpNoDelay

This property preempts delays in buffer flushing within the TCP/IP protocol stack. Default value is true.

Declaration

// C#
public static bool TcpNoDelay { get; set; }

Property Type

System.Boolean