Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
EndPoint Class
Definition
- Namespace:
- System.Net
- Assemblies:
- System.dll, System.Net.Primitives.dll
- Assemblies:
- netstandard.dll, System.Net.Primitives.dll
- Assembly:
- System.Net.Primitives.dll
- Assembly:
- System.dll
- Assembly:
- netstandard.dll
- Source:
- EndPoint.cs
- Source:
- EndPoint.cs
- Source:
- EndPoint.cs
- Source:
- EndPoint.cs
- Source:
- EndPoint.cs
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.
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
| Name | Description |
|---|---|
| EndPoint() |
Initializes a new instance of the EndPoint class. |
Properties
| Name | Description |
|---|---|
| AddressFamily |
Gets the address family to which the endpoint belongs. |
Methods
| Name | Description |
|---|---|
| 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
Feedback
Was this page helpful?
