Share via


IPEndPoint.Create Method

Creates a new instance of the IPEndPoint class from serialized information.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public override EndPoint Create (
         SocketAddresssocketAddress
)

Parameters

  • socketAddress
    A SocketAddress object that stores the new endpoint's information in a serial format.

Return Value

A new IPEndPoint object that is initialized from the specified SocketAddress object.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

IPEndPoint Class
IPEndPoint Members
System.Net Namespace