System::Net::Sockets::IPPacketInformation::IPPacketInformation constructor
IPPacketInformation::IPPacketInformation() constructor
Constructs a new instance.
System::Net::Sockets::IPPacketInformation::IPPacketInformation()
See Also
- Class IPPacketInformation
- Namespace System::Net::Sockets
- Library Aspose.PDF for C++
IPPacketInformation::IPPacketInformation(System::SharedPtr<IPAddress>, int32_t) constructor
Constructs a new instance.
System::Net::Sockets::IPPacketInformation::IPPacketInformation(System::SharedPtr<IPAddress> address, int32_t networkInterface)
Parameter | Type | Description |
---|---|---|
address | System::SharedPtr<IPAddress> | The address from which the package is received. |
networkInterface | int32_t | The network interface information. |
See Also
- Typedef SharedPtr
- Class IPAddress
- Class IPPacketInformation
- Namespace System::Net::Sockets
- Library Aspose.PDF for C++