←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.