[Serializable] |
AddressFamily | Read-only Gets the address family to which the endpoint belongs. |
Create | Creates an EndPoint instance from a SocketAddress instance. |
Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
Serialize | Serializes endpoint information into a SocketAddress instance. |
ToString (inherited from System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
ctor #1 | Default constructor. This constructor is called by derived class constructors to initialize state in this type. |
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:
protected EndPoint(); |
public virtual AddressFamily AddressFamily {get;}
|
Exception Type | Condition |
---|---|
NotSupportedException | Any attempt is made to get or set the property when the property is not overridden in a descendant class. |
public virtual EndPoint Create( |
socketAddress
Exception Type | Condition |
---|---|
NotSupportedException | Any attempt is made to access the method when the method is not overridden in a descendant class. |
~EndPoint(); |
public virtual int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public virtual SocketAddress Serialize(); |
Exception Type | Condition |
---|---|
NotSupportedException | Any attempt is made to access the method when the method is not overridden in a descendant class. |
public virtual string ToString(); |