Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property DefaultSocketOptions As DicomSocketOptions |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomNet Dim value As DicomSocketOptions value = instance.DefaultSocketOptions |
C# | |
---|---|
public DicomSocketOptions DefaultSocketOptions {get;} |
C++/CLI | |
---|---|
public: property DicomSocketOptions DefaultSocketOptions { DicomSocketOptions get(); } |
Property Value
The default DICOM socket options.For an example, refer to 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)