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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.