SocketAddress.Family Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the AddressFamily enumerated value of the current SocketAddress.
Assembly: System.Net (in System.Net.dll)
This method gets the AddressFamily enumerated value that represents the addressing scheme of the current SocketAddress. If you want to view the corresponding string representation of AddressFamily, use the ToString method.
Show: