Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents a network endpoint as an IP address and a port number.
Inheritance Hierarchy
System. . :: . .Object
System.Net. . :: . .EndPoint
System.Net..::..IPEndPoint
Namespace: System.Net
Assembly: System (in System.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class IPEndPoint _
Inherits EndPoint
[SerializableAttribute]
public class IPEndPoint : EndPoint
[SerializableAttribute]
public ref class IPEndPoint : public EndPoint
[<SerializableAttribute>]
type IPEndPoint =
class
inherit EndPoint
end
public class IPEndPoint extends EndPoint
The IPEndPoint type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
IPEndPoint(Int64, Int32) | Initializes a new instance of the IPEndPoint class with the specified address and port number. |
![]() |
IPEndPoint(IPAddress, Int32) | Initializes a new instance of the IPEndPoint class with the specified address and port number. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Address | Gets or sets the IP address of the endpoint. |
![]() |
Port | Gets or sets the port number of the endpoint. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Create | Creates an endpoint from a socket address. (Overrides EndPoint. . :: . .Create(SocketAddress).) |
![]() |
Equals | Determines whether the specified Object is equal to the current IPEndPoint instance. (Overrides Object. . :: . .Equals(Object).) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (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. (Overrides EndPoint. . :: . .Serialize() () () ().) |
![]() |
ToString | Returns the IP address and port number of the specified endpoint. (Overrides Object. . :: . .ToString() () () ().) |
Top
Fields
| Name | Description | |
|---|---|---|
![]() ![]() |
MaxPort | Specifies the maximum value that can be assigned to the Port property. The MaxPort value is set to 0x0000FFFF. This field is read-only. |
![]() ![]() |
MinPort | Specifies the minimum value that can be assigned to the Port property. This field is read-only. |
Top
Remarks
The IPEndPoint class contains the host and local or remote port information needed by an application to connect to a service on a host. By combining the host's IP address and port number of a service, the IPEndPoint class forms a connection point to a service.
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.
.gif)
.gif)
.gif)
.gif)
.gif)