System::Net::IPEndPoint::Create method
IPEndPoint::Create 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
Parameter | Type | Description |
---|---|---|
socketAddress | System::SharedPtr<SocketAddress> | The socket address that will be used to initialize a new instance. |
ReturnValue
A newly created EndPoint-class instance.
See Also
- Typedef SharedPtr
- Class EndPoint
- Class SocketAddress
- Class IPEndPoint
- Namespace System::Net
- Library Aspose.PUB for C++