DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / DefaultIpAddressFamily Property



In This Topic
    DefaultIpAddressFamily Property
    In This Topic
    The IP Address family to be used where not otherwise specified
    Syntax
    'Declaration
     
    
    Public Shared Property DefaultIpAddressFamily As AddressFamily
    'Usage
     
    
    Dim value As AddressFamily
     
    DicomGlobal.DefaultIpAddressFamily = value
     
    value = DicomGlobal.DefaultIpAddressFamily
    public static AddressFamily DefaultIpAddressFamily {get; set;}
    public:
    static property AddressFamily DefaultIpAddressFamily {
       AddressFamily get();
       void set (    AddressFamily value);
    }
    Remarks
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also