System.Net.Sockets.SocketAsyncEventArgs.ReceiveMessageFromPacketInfo Property

Gets the IP address and interface of a received packet.

Syntax

public IPPacketInformation ReceiveMessageFromPacketInfo { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

This property is used with the Socket.ReceiveMessageFromAsync(SocketAsyncEventArgs) method.

Requirements

Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0