←Select platform

NoDelay Property

Summary

Disables the Nagle algorithm for send coalescing. This socket option is included for backward compatibility with Windows Sockets 1.1

Syntax
C#
VB
C++
public bool NoDelay { get; set; } 
Public Property NoDelay As Boolean 
public: 
property bool NoDelay { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

the Nagle algorithm for send coalescing

Example

For an example, refer to SocketOptions

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly