mscorlib(4.0.0.0) API with additions
|
Defines an endpoint that is authorized by a T:System.Net.SocketPermission instance. More...
Public Member Functions | |
override bool | Equals (object obj) |
Determines whether the specified Object is equal to the current Object . More... | |
override int | GetHashCode () |
Serves as a hash function for a particular type. More... | |
override string | ToString () |
Returns a string that represents the current T:System.Net.EndpointPermission instance. More... | |
Public Attributes | |
string | Hostname => hostname |
Gets the DNS host name or IP address of the server that is associated with this endpoint. More... | |
TransportType | Transport => transport |
Gets the transport type that is associated with this endpoint. More... | |
int | Port => port |
Gets the network port number that is associated with this endpoint. More... | |
Defines an endpoint that is authorized by a T:System.Net.SocketPermission instance.
Definition at line 8 of file EndpointPermission.cs.
override bool System.Net.EndpointPermission.Equals | ( | object | obj | ) |
Determines whether the specified Object
is equal to the current Object
.
obj | The T:System.Object to compare with the current Object . |
Definition at line 119 of file EndpointPermission.cs.
override int System.Net.EndpointPermission.GetHashCode | ( | ) |
Serves as a hash function for a particular type.
Definition at line 139 of file EndpointPermission.cs.
override string System.Net.EndpointPermission.ToString | ( | ) |
Returns a string that represents the current T:System.Net.EndpointPermission instance.
Definition at line 273 of file EndpointPermission.cs.
string System.Net.EndpointPermission.Hostname => hostname |
Gets the DNS host name or IP address of the server that is associated with this endpoint.
Definition at line 39 of file EndpointPermission.cs.
int System.Net.EndpointPermission.Port => port |
Gets the network port number that is associated with this endpoint.
Definition at line 47 of file EndpointPermission.cs.
TransportType System.Net.EndpointPermission.Transport => transport |
Gets the transport type that is associated with this endpoint.
Definition at line 43 of file EndpointPermission.cs.