Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EndPoint Class

Identifies a network address. This is an abstract (MustInherit in Visual Basic) class.

For a list of all members of this type, see EndPoint Members.

System.Object
   System.Net.EndPoint
      System.Net.IPEndPoint
      System.Net.IrDAEndPoint

[Visual Basic]
<Serializable>
MustInherit Public Class EndPoint
[C#]
[Serializable]
public abstract class EndPoint
[C++]
[Serializable]
public __gc __abstract class EndPoint
[JScript]
public
   Serializable
abstract class EndPoint

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Remarks

The EndPoint class provides an abstract (MustInherit in Visual Basic) base class that represents a network resource or service. Descendant classes combine network connection information to form a connection point to a service.

Requirements

Namespace: System.Net

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

Assembly: System (in System.dll)

See Also

EndPoint Members | System.Net Namespace | IPEndPoint

Show:
© 2017 Microsoft