Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets the IP address and interface of a received packet.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

public:
property IPPacketInformation ReceiveMessageFromPacketInfo {
	IPPacketInformation get();
}

Property Value

Type: System.Net.Sockets::IPPacketInformation

An 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
Return to top
Show:
© 2017 Microsoft