EndPoint Class

Definition

Identifies a network address. This is an abstract class.

public ref class EndPoint abstract
public abstract class EndPoint
[System.Serializable]
public abstract class EndPoint
type EndPoint = class
[<System.Serializable>]
type EndPoint = class
Public MustInherit Class EndPoint
Inheritance
EndPoint
Derived
Attributes

Remarks

The EndPoint class provides an abstract base class that represents a network resource or service. Descendant classes combine network connection information to form a connection point to a service.

Constructors

EndPoint()

Initializes a new instance of the EndPoint class.

Properties

AddressFamily

Gets the address family to which the endpoint belongs.

Methods

Create(SocketAddress)

Creates an EndPoint instance from a SocketAddress instance.

Equals(Object)

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

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Serialize()

Serializes endpoint information into a SocketAddress instance.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also