Create()

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

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

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

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