IPAddress()

IPAddress::IPAddress(int64_t) constructor

Constructs a new instance.

System::Net::IPAddress::IPAddress(int64_t newAddress)

Arguments

ParameterTypeDescription
newAddressint64_tThe integer representation of an IP address.

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)

Arguments

ParameterTypeDescription
addressSystem::ArrayPtr<uint8_t>The byte array that contains an IP address.
scopeidint64_tThe scope identifier.

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

Constructs a new instance.

System::Net::IPAddress::IPAddress(System::ArrayPtr<uint8_t> address)

Arguments

ParameterTypeDescription
addressSystem::ArrayPtr<uint8_t>The byte array that contains an IP address.

IPAddress::IPAddress() constructor

Constructs a new instance.

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

See Also