System::Net::IPEndPoint::Create 方法

IPEndPoint::Create method

使用指定的 socket 地址创建 EndPoint 类的新实例。

System::SharedPtr<EndPoint> System::Net::IPEndPoint::Create(System::SharedPtr<SocketAddress> socketAddress) override
参数类型描述
socketAddressSystem::SharedPtr<SocketAddress>将用于初始化新实例的 socket 地址。

ReturnValue

新创建的 EndPoint 类实例。

另见