System::Net::IPAddress::IPAddress constructor
Contents
[
Hide
]IPAddress::IPAddress() constructor
Constructs a new instance.
System::Net::IPAddress::IPAddress()
See Also
- Class IPAddress
- Namespace System::Net
- Library Aspose.TeX for C++
IPAddress::IPAddress(int64_t) constructor
Constructs a new instance.
System::Net::IPAddress::IPAddress(int64_t newAddress)
| Parameter | Type | Description | 
|---|---|---|
| newAddress | int64_t | The integer representation of an IP address. | 
See Also
- Class IPAddress
- Namespace System::Net
- Library Aspose.TeX for C++
IPAddress::IPAddress(System::ArrayPtr<uint8_t>) constructor
Constructs a new instance.
System::Net::IPAddress::IPAddress(System::ArrayPtr<uint8_t> address)
| Parameter | Type | Description | 
|---|---|---|
| address | System::ArrayPtr<uint8_t> | The byte array that contains an IP address. | 
See Also
- Typedef ArrayPtr
- Class IPAddress
- Namespace System::Net
- Library Aspose.TeX for C++
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)
| Parameter | Type | Description | 
|---|---|---|
| address | System::ArrayPtr<uint8_t> | The byte array that contains an IP address. | 
| scopeid | int64_t | The scope identifier. | 
See Also
- Typedef ArrayPtr
- Class IPAddress
- Namespace System::Net
- Library Aspose.TeX for C++