This topic has not yet been rated - Rate this topic

IPEndPoint Class

Represents a network endpoint as an IP address and a port number.

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

Namespace:  System.Net
Assembly:  System.Net (in System.Net.dll)
public class IPEndPoint : EndPoint

The IPEndPoint type exposes the following members.

  Name Description
Public method Supported by Silverlight for Windows Phone IPEndPoint(Int64, Int32) Initializes a new instance of the IPEndPoint class with the specified IP address and port number.
Public method Supported by Silverlight for Windows Phone IPEndPoint(IPAddress, Int32) Initializes a new instance of the IPEndPoint class with the specified address and port number.
Top
  Name Description
Public property Supported by Silverlight for Windows Phone Address Gets or sets the IP address of the endpoint.
Public property Supported by Silverlight for Windows Phone AddressFamily Gets the Internet Protocol (IP) address family. (Overrides EndPoint.AddressFamily.)
Public property Supported by Silverlight for Windows Phone Port Gets or sets the port number of the endpoint.
Top
  Name Description
Public method Supported by Silverlight for Windows Phone Create Creates an endpoint from a socket address. (Overrides EndPoint.Create(SocketAddress).)
Public method Supported by Silverlight for Windows Phone Equals Determines whether the specified Object is equal to the current IPEndPoint instance. (Overrides Object.Equals(Object).)
Protected method Supported by Silverlight for Windows Phone Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method Supported by Silverlight for Windows Phone GetHashCode Returns a hash value for an IP endpoint. (Overrides Object.GetHashCode().)
Public method Supported by Silverlight for Windows Phone GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method Supported by Silverlight for Windows Phone MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Supported by Silverlight for Windows Phone Serialize Serializes endpoint information into a SocketAddress instance. (Overrides EndPoint.Serialize().)
Public method Supported by Silverlight for Windows Phone ToString Returns the IP address and port number of the specified endpoint. (Overrides Object.ToString().)
Top
  Name Description
Public field Static member Supported by Silverlight for Windows Phone 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.
Public field Static member Supported by Silverlight for Windows Phone MinPort Specifies the minimum value that can be assigned to the Port property. This field is read-only.
Top

The IPEndPoint class contains the host and 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.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ