Share via


Create Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Creates an EndPoint instance from a SocketAddress instance.

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

Syntax

'Declaration
Public MustOverride Function Create ( _
    socketAddress As SocketAddress _
) As EndPoint
public abstract EndPoint Create(
    SocketAddress socketAddress
)
public:
virtual EndPoint^ Create(
    SocketAddress^ socketAddress
) abstract
abstract Create : 
        socketAddress:SocketAddress -> EndPoint 
public abstract function Create(
    socketAddress : SocketAddress
) : EndPoint

Parameters

Return Value

Type: System.Net. . :: . .EndPoint
A new EndPoint instance that is initialized from the specified SocketAddress instance.

.NET Framework Security

See Also

Reference

EndPoint Class

System.Net Namespace