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;}
'Declaration
Public Property NoDelay As Boolean
'Usage
Dim instance As DicomSocketOptions
Dim value As Boolean
instance.NoDelay = value
value = instance.NoDelay
public bool NoDelay {get; set;}
get_NoDelay();
set_NoDelay(value);
Object.defineProperty('NoDelay');
public:
property bool NoDelay {
bool get();
void set ( bool value);
}
Property Value
the Nagle algorithm for send coalescing