DnsEndPoint.ToString Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the host name or string representation of the IP address and port number of the DnsEndPoint.
Assembly: System.Net (in System.Net.dll)
Return Value
Type: System.StringA string containing the address family, host name or IP address string, and the port number of the specified DnsEndPoint.
Show: