Click or drag to resize

UdpPacketReader Class

A UDP packet reader.
Inheritance Hierarchy
SystemObject
  Demo3D.Net.ProtocolsUdpPacketReader

Namespace:  Demo3D.Net.Protocols
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntax
C#
public class UdpPacketReader : IDisposable

The UdpPacketReader type exposes the following members.

Constructors
  NameDescription
Public methodUdpPacketReader
Constructs a new UdpPacketReader.
Top
Properties
  NameDescription
Public propertyData
The packet data.
Public propertyEndPoint
The remote endpoint that sent the packet.
Top
Methods
  NameDescription
Public methodDispose
Releases any resources associated with the packet.
Top
See Also