System::Net::IPEndPoint::IPEndPoint constructor
IPEndPoint::IPEndPoint(int64_t, int32_t) constructor
Δημιουργεί μια νέα παρουσία.
System::Net::IPEndPoint::IPEndPoint(int64_t address, int32_t port)
| Parameter | Type | Περιγραφή |
|---|---|---|
| διεύθυνση | int64_t | Η διεύθυνση IP του κεντρικού υπολογιστή. |
| θύρα | int32_t | Ο αριθμός θύρας. |
Δείτε επίσης
- Class IPEndPoint
- Namespace System::Net
- Library Aspose.Page for C++
IPEndPoint::IPEndPoint(System::SharedPtr<IPAddress>, int32_t) constructor
Δημιουργεί μια νέα παρουσία.
System::Net::IPEndPoint::IPEndPoint(System::SharedPtr<IPAddress> address, int32_t port)
| Parameter | Type | Περιγραφή |
|---|---|---|
| διεύθυνση | System::SharedPtr<IPAddress> | Η διεύθυνση IP του κεντρικού υπολογιστή. |
| θύρα | int32_t | Ο αριθμός θύρας. |
Δείτε επίσης
- Typedef SharedPtr
- Class IPAddress
- Class IPEndPoint
- Namespace System::Net
- Library Aspose.Page for C++