Mono Class Library: OverviewSystem.Net.IPEndPoint: Members |
The members of System.Net.IPEndPoint are listed below.
See Also: Inherited members from System.Net.EndPoint
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.
constMaxPort int (65535). Specifies the maximum value that can be assigned to the IPEndPoint.Port property. constMinPort int (0). Specifies the minimum value that can be assigned to the IPEndPoint.Port property.
Address IPAddress. Gets or sets the IP address of the endpoint. [read-only] overrideAddressFamily System.Net.Sockets.AddressFamily. Gets the Internet Protocol (IP) address family. Port int. Gets or sets the port number of the endpoint.
overrideCreate(SocketAddress) : EndPoint Returns a new System.Net.IPEndPoint instance containing the address information from the specified System.Net.SocketAddress instance. overrideEquals(object) : bool Determines whether the current instance and the specified object represent the same type and value. overrideGetHashCode() : int Generates a hash code for the current instance. overrideSerialize() : SocketAddress Documentation for this section has not yet been entered. overrideToString() : string Returns a string representation of the value of the current instance.