| [Serializable] | 
| Hostname | Read-only Gets the DNS host name or IP address of the server associated with this endpoint. | 
| Port | Read-only Gets the network port number associated with this endpoint. | 
| Transport | Read-only Gets the transport type associated with this endpoint. | 
| Equals | Overridden: Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code | 
| GetHashCode | Overridden: Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code | 
| GetType (inherited from System.Object) | See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. | 
| ToString | Overridden: Returns a string that represents the current EndpointPermission instance. | 
| Finalize (inherited from System.Object) | See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. | 
| MemberwiseClone (inherited from System.Object) | See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. | 
Hierarchy:
| 
            public string Hostname {get;}
           | 
| 
            public int Port {get;}
           | 
| 
            public TransportType Transport {get;}
           | 
obj
| 
            ~EndpointPermission(); | 
| 
            public override int GetHashCode(); | 
| 
            public Type GetType(); | 
| 
            protected object MemberwiseClone(); | 
| 
            public override string ToString(); |