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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.