Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

NoDelay Property








Disables the Nagle algorithm for send coalescing. This socket option is included for backward compatibility with Windows Sockets 1.1
Syntax
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;}
 <br/>get_NoDelay();<br/>set_NoDelay(value);<br/>Object.defineProperty('NoDelay'); 
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

See Also

Reference

DicomSocketOptions Structure
DicomSocketOptions Members

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features