EndpointPermission Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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) |