System::Net::Sockets::IPPacketInformation::IPPacketInformation constructor

IPPacketInformation::IPPacketInformation() constructor

Constructs a new instance.

System::Net::Sockets::IPPacketInformation::IPPacketInformation()

See Also

IPPacketInformation::IPPacketInformation(System::SharedPtr<IPAddress>, int32_t) constructor

Constructs a new instance.

System::Net::Sockets::IPPacketInformation::IPPacketInformation(System::SharedPtr<IPAddress> address, int32_t networkInterface)
ParameterTypeDescription
addressSystem::SharedPtr<IPAddress>The address from which the package is received.
networkInterfaceint32_tThe network interface information.

See Also