System::Net::IPEndPoint::IPEndPoint constructor
IPEndPoint::IPEndPoint(int64_t, int32_t) constructor
Construeert een nieuw exemplaar.
System::Net::IPEndPoint::IPEndPoint(int64_t address, int32_t port)
| Parameter | Type | Beschrijving |
|---|---|---|
| adres | int64_t | Het host-IP-adres. |
| port | int32_t | Het poortnummer. |
Zie ook
- Class IPEndPoint
- Namespace System::Net
- Library Aspose.Page for C++
IPEndPoint::IPEndPoint(System::SharedPtr<IPAddress>, int32_t) constructor
Construeert een nieuw exemplaar.
System::Net::IPEndPoint::IPEndPoint(System::SharedPtr<IPAddress> address, int32_t port)
| Parameter | Type | Beschrijving |
|---|---|---|
| adres | System::SharedPtr<IPAddress> | Het host-IP-adres. |
| port | int32_t | Het poortnummer. |
Zie ook
- Typedef SharedPtr
- Class IPAddress
- Class IPEndPoint
- Namespace System::Net
- Library Aspose.Page for C++