DicomObjects.NET.8.48 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 System.Net.Sockets.AddressFamily
    public static System.Net.Sockets.AddressFamily DefaultIpAddressFamily {get; set;}
    Remarks
    The default is System.Net.Sockets.AddressFamily.InterNetwork (IPv4)
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also