Create()

EndPoint::Create(System::SharedPtr<SocketAddress>) method

Create a new instance of the EndPoint class using the specified socket address.

virtual System::SharedPtr<EndPoint> System::Net::EndPoint::Create(System::SharedPtr<SocketAddress> socketAddress)

Arguments

ParameterTypeDescription
socketAddressSystem::SharedPtr<SocketAddress>The socket address that will be used to initialize a new instance.

Return Value

A newly created EndPoint-class instance.

See Also