IPPacketInformation()

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

Constructs a new instance.

System::Net::Sockets::IPPacketInformation::IPPacketInformation(System::SharedPtr<IPAddress> address, int32_t networkInterface)

Arguments

ParameterTypeDescription
addressSystem::SharedPtr<IPAddress>The address from which the package is received.
networkInterfaceint32_tThe network interface information.

IPPacketInformation::IPPacketInformation() constructor

Constructs a new instance.

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

See Also