Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property DefaultSocketOptions As DicomSocketOptions |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomSocketOptions DefaultSocketOptions {get;} |
C++/CLI | |
---|---|
public: property DicomSocketOptions DefaultSocketOptions { DicomSocketOptions get(); } |
Return Value
The default DICOM socket options.For an example, refer to DicomNet.SocketOptions.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family