SocketAsyncEventArgs.ReceiveMessageFromPacketInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.