System.Net.EndpointPermission Class

Defines an endpoint that is authorized by a System.Net.SocketPermission instance.

See Also: EndpointPermission Members

Syntax

public class EndpointPermission

Remarks

The System.Net.EndpointPermission class defines a network endpoint, including host name, network port number, and transport type used to make the connection.

Note:

Avoid creating EndPoint permissions using host names because these names will have to be resolved to IP address, which could block the stack.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0