The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SocketAsyncEventArgs::ReceiveMessageFromPacketInfo Property
.NET Framework (current version)
Gets the IP address and interface of a received packet.
Assembly: System (in System.dll)
public: property IPPacketInformation ReceiveMessageFromPacketInfo { IPPacketInformation get(); }
Property Value
Type: System.Net.Sockets::IPPacketInformationAn IPPacketInformation instance that contains the destination IP address and interface of a received packet.
This property provides information about a packet received using the Socket::ReceiveMessageFromAsync method.
This property is used with the Socket::ReceiveMessageFromAsync method.
.NET Framework
Available since 2.0
Available since 2.0
Show: