Click or drag to resize

UdpPacketArgs Methods

The UdpPacketArgs type exposes the following members.

Methods
  NameDescription
Public methodGetPacket
Gets the packet received from the network that caused this event to be raised. Throws and exception if the packet has already been read from the socket.
(Inherited from PacketChangedEventArgs.)
Public methodTryGetPacket
Gets the packet received from the network that caused this event to be raised. Returns null if the packet has already been read from the socket.
(Overrides PacketChangedEventArgsTryGetPacket.)
Top
See Also