←Select platform

DefaultSocketOptions Property

Summary

Gets the default DICOM socket options.

Syntax
C#
VB
C++
public DicomSocketOptions DefaultSocketOptions { get; } 
Public ReadOnly Property DefaultSocketOptions As DicomSocketOptions 
public: 
property DicomSocketOptions DefaultSocketOptions { 
   DicomSocketOptions get(); 
} 

Property Value

The default DICOM socket options.

Remarks

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.

Example

For an example, refer to SocketOptions.

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 Assembly