DnsDestinationResolverOptions.AddressFamily Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The optional address family to query for. Use InterNetwork for IPv4 addresses and InterNetworkV6 for IPv6 addresses.
public System.Net.Sockets.AddressFamily? AddressFamily { get; set; }
member this.AddressFamily : Nullable<System.Net.Sockets.AddressFamily> with get, set
Public Property AddressFamily As Nullable(Of AddressFamily)
Property Value
Remarks
Defaults to null (any address).