C#
VB
C++
Disables the Nagle algorithm for send coalescing. This socket option is included for backward compatibility with Windows Sockets 1.1
public bool NoDelay { get; set; }
Public Property NoDelay As Boolean
public:
property bool NoDelay {
bool get();
void set ( bool value);
}
the Nagle algorithm for send coalescing
For an example, refer to SocketOptions
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET