System::Net::IPAddress::IPAddress Konstruktor
Inhalt
[
Ausblenden
]IPAddress::IPAddress() constructor
Konstruiert eine neue Instanz.
System::Net::IPAddress::IPAddress()
Siehe auch
- Class IPAddress
- Namespace System::Net
- Library Aspose.Page for C++
IPAddress::IPAddress(int64_t) constructor
Konstruiert eine neue Instanz.
System::Net::IPAddress::IPAddress(int64_t newAddress)
| Parameter | Typ | Beschreibung |
|---|---|---|
| newAddress | int64_t | Die ganzzahlige Darstellung einer IP-Adresse. |
Siehe auch
- Class IPAddress
- Namespace System::Net
- Library Aspose.Page for C++
IPAddress::IPAddress(System::ArrayPtr<uint8_t>) constructor
Konstruiert eine neue Instanz.
System::Net::IPAddress::IPAddress(System::ArrayPtr<uint8_t> address)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Adresse | System::ArrayPtr<uint8_t> | Das Byte-Array, das eine IP-Adresse enthält. |
Siehe auch
- Typedef ArrayPtr
- Class IPAddress
- Namespace System::Net
- Library Aspose.Page for C++
IPAddress::IPAddress(System::ArrayPtr<uint8_t>, int64_t) constructor
Konstruiert eine neue Instanz.
System::Net::IPAddress::IPAddress(System::ArrayPtr<uint8_t> address, int64_t scopeid)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Adresse | System::ArrayPtr<uint8_t> | Das Byte-Array, das eine IP-Adresse enthält. |
| scopeid | int64_t | Der Scope-Bezeichner. |
Siehe auch
- Typedef ArrayPtr
- Class IPAddress
- Namespace System::Net
- Library Aspose.Page for C++