Gets or sets a value that enables a delay when send or receive buffers are not full.
true to disable a delay, otherwise false.
When NoDelay is false, TCP does not send a packet over the network until it has collected a significant amount of outgoing data. Because of the amount of overhead in a TCP segment, sending small amounts of data would be very inefficient. However, situations do exist where you might want to send very small amounts of data or expect immediate responses from each packet you send. Your decision should weigh the relative importance of network efficiency versus application requirements.
SecureTcpClient Class | SecureTcpClient Members | Org.Mentalis.Security.Ssl Namespace