EndpointPermission Class

Definition

Defines an endpoint that is authorized by a SocketPermission instance.

public ref class EndpointPermission
public class EndpointPermission
[System.Serializable]
public class EndpointPermission
type EndpointPermission = class
[<System.Serializable>]
type EndpointPermission = class
Public Class EndpointPermission
Inheritance
EndpointPermission
Attributes

Remarks

The 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.

Properties

Hostname

Gets the DNS host name or IP address of the server that is associated with this endpoint.

Port

Gets the network port number that is associated with this endpoint.

Transport

Gets the transport type that is associated with this endpoint.

Methods

Equals(Object)

Determines whether the specified Object is equal to the current Object.

GetHashCode()

Serves as a hash function for a particular type.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current EndpointPermission instance.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to