'DeclarationPublic Shared Property TcpNoDelay As Boolean
'UsageDim value As Boolean DicomGlobal.TcpNoDelay = value value = DicomGlobal.TcpNoDelay
public static bool TcpNoDelay {get; set;}
'DeclarationPublic Shared Property TcpNoDelay As Boolean
'UsageDim value As Boolean DicomGlobal.TcpNoDelay = value value = DicomGlobal.TcpNoDelay
public static bool TcpNoDelay {get; set;}
When set to true, DicomObjects disables Nagle's algorithm on TCP sockets, causing small packets to be sent immediately rather than being buffered briefly and combined.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2