Mono Class Library: Overview

System.Net.IPEndPoint: Members

The members of System.Net.IPEndPoint are listed below.

See Also: Inherited members from System.Net.EndPoint

Public Constructors

Constructs and initializes a new instance of the System.Net.IPEndPoint class with the specified address and port number.
Constructs and initializes a new instance of the System.Net.IPEndPoint class with the specified address and port number.

Public Fields

const
MaxPortint (65535). Specifies the maximum value that can be assigned to the IPEndPoint.Port property.
const
MinPortint (0). Specifies the minimum value that can be assigned to the IPEndPoint.Port property.

Public Properties

AddressIPAddress. Gets or sets the IP address of the endpoint.
[read-only]
override
AddressFamilySystem.Net.Sockets.AddressFamily. Gets the Internet Protocol (IP) address family.
Portint. Gets or sets the port number of the endpoint.

Public Methods

override
Create(SocketAddress) : EndPoint
Returns a new System.Net.IPEndPoint instance containing the address information from the specified System.Net.SocketAddress instance.
override
Equals(object) : bool
Determines whether the current instance and the specified object represent the same type and value.
override
GetHashCode() : int
Generates a hash code for the current instance.
override
Serialize() : SocketAddress
Documentation for this section has not yet been entered.
override
ToString() : string
Returns a string representation of the value of the current instance.