System::Net::IPAddress::IPAddress constructor

IPAddress::IPAddress() constructor

Constructs a new instance.

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

See Also

IPAddress::IPAddress(int64_t) constructor

Constructs a new instance.

System::Net::IPAddress::IPAddress(int64_t newAddress)
ParameterTypeDescription
newAddressint64_tThe integer representation of an IP address.

See Also

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

Constructs a new instance.

System::Net::IPAddress::IPAddress(System::ArrayPtr<uint8_t> address)
ParameterTypeDescription
addressSystem::ArrayPtr<uint8_t>The byte array that contains an IP address.

See Also

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

Constructs a new instance.

System::Net::IPAddress::IPAddress(System::ArrayPtr<uint8_t> address, int64_t scopeid)
ParameterTypeDescription
addressSystem::ArrayPtr<uint8_t>The byte array that contains an IP address.
scopeidint64_tThe scope identifier.

See Also