Represents a network endpoint as a host name or a string representation of an IP address and a port number.
See Also: DnsEndPoint Members
The System.Net.DnsEndPoint class contains a host name or an IP address and remote port information needed by an application to connect to a service on a host. By combining the host name or IP address and port number of a service, the System.Net.DnsEndPoint class forms a connection point to a service.