System::Net::IPAddress::IPAddress Konstruktor

IPAddress::IPAddress() constructor

Konstruiert eine neue Instanz.

System::Net::IPAddress::IPAddress()

Siehe auch

IPAddress::IPAddress(int64_t) constructor

Konstruiert eine neue Instanz.

System::Net::IPAddress::IPAddress(int64_t newAddress)
ParameterTypBeschreibung
newAddressint64_tDie ganzzahlige Darstellung einer IP-Adresse.

Siehe auch

IPAddress::IPAddress(System::ArrayPtr<uint8_t>) constructor

Konstruiert eine neue Instanz.

System::Net::IPAddress::IPAddress(System::ArrayPtr<uint8_t> address)
ParameterTypBeschreibung
AdresseSystem::ArrayPtr<uint8_t>Das Byte-Array, das eine IP-Adresse enthält.

Siehe auch

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)
ParameterTypBeschreibung
AdresseSystem::ArrayPtr<uint8_t>Das Byte-Array, das eine IP-Adresse enthält.
scopeidint64_tDer Scope-Bezeichner.

Siehe auch