IPAddress.AddressFamily Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the address family of the IP address.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Net.Sockets.AddressFamilyReturns InterNetwork for IPv4 or InterNetworkV6 for IPv6.
Show: