SocketAsyncEventArgs.ReceiveMessageFromPacketInfo Property

Definition

Gets the IP address and interface of a received packet.

public:
 property System::Net::Sockets::IPPacketInformation ReceiveMessageFromPacketInfo { System::Net::Sockets::IPPacketInformation get(); };
public System.Net.Sockets.IPPacketInformation ReceiveMessageFromPacketInfo { get; }
member this.ReceiveMessageFromPacketInfo : System.Net.Sockets.IPPacketInformation
Public ReadOnly Property ReceiveMessageFromPacketInfo As IPPacketInformation

Property Value

An IPPacketInformation instance that contains the destination IP address and interface of a received packet.

Remarks

This property provides information about a packet received using the Socket.ReceiveMessageFromAsync method.

This property is used with the Socket.ReceiveMessageFromAsync method.

Applies to

See also