SocketOptions Property

Summary

Gets or sets the socket options to use with this connection.

Syntax
C#
VB
C++
public DicomSocketOptions SocketOptions { get; set; } 
  
Public Property SocketOptions As DicomSocketOptions 
public: 
property DicomSocketOptions SocketOptions { 
   DicomSocketOptions get(); 
   void set (    DicomSocketOptions ); 
} 

Property Value

The socket options.

Remarks

For more information, see the MSDN Winsock documentation.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly