Defines an endpoint that is authorized by a System.Net.SocketPermission instance.
See Also: EndpointPermission Members
The System.Net.EndpointPermission class defines a network endpoint, including host name, network port number, and transport type used to make the connection.
Avoid creating EndPoint permissions using host names because these names will have to be resolved to IP address, which could block the stack.