System::Net::IPEndPoint::IPEndPoint constructor
IPEndPoint::IPEndPoint(int64_t, int32_t) constructor
Constructs a new instance.
System::Net::IPEndPoint::IPEndPoint(int64_t address, int32_t port)
Parameter | Type | Description |
---|---|---|
address | int64_t | The host IP address. |
port | int32_t | The port number. |
See Also
- Class IPEndPoint
- Namespace System::Net
- Library Aspose.Font for C++
IPEndPoint::IPEndPoint(System::SharedPtr<IPAddress>, int32_t) constructor
Constructs a new instance.
System::Net::IPEndPoint::IPEndPoint(System::SharedPtr<IPAddress> address, int32_t port)
Parameter | Type | Description |
---|---|---|
address | System::SharedPtr<IPAddress> | The host IP address. |
port | int32_t | The port number. |
See Also
- Typedef SharedPtr
- Class IPAddress
- Class IPEndPoint
- Namespace System::Net
- Library Aspose.Font for C++