System::Net::IPEndPoint::Create 方法
IPEndPoint::Create method
使用指定的套接字地址创建 EndPoint 类的新实例。
System::SharedPtr<EndPoint> System::Net::IPEndPoint::Create(System::SharedPtr<SocketAddress> socketAddress) override
| Parameter | Type | 描述 |
|---|---|---|
| socketAddress | System::SharedPtr<SocketAddress> | 将在初始化新实例时使用的套接字地址。 |
ReturnValue
新创建的 EndPoint 类实例。
另见
- Typedef SharedPtr
- Class EndPoint
- Class SocketAddress
- Class IPEndPoint
- Namespace System::Net
- Library Aspose.Page for C++