System::Net::EndPoint::Create method

EndPoint::Create 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)
ParameterTypeDescription
socketAddressSystem::SharedPtr<SocketAddress>The socket address that will be used to initialize a new instance.

ReturnValue

A newly created EndPoint-class instance.

See Also