C#
VB
C++
Gets the default DICOM socket options.
public DicomSocketOptions DefaultSocketOptions { get; }
Public ReadOnly Property DefaultSocketOptions As Leadtools.Dicom.DicomSocketOptions
public:
property Leadtools.Dicom.DicomSocketOptions DefaultSocketOptions {
Leadtools.Dicom.DicomSocketOptions get();
}
The default DICOM socket options.
This property contains the default socket options that will be used when calling DicomNet.Connect(). The default socket options are the initial values contained in SocketOptions.
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