Click or drag to resize

UdpPacketWriter Class

A UDP packet writer.
Inheritance Hierarchy
SystemObject
  Demo3D.Net.ProtocolsUdpPacketWriter

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

The UdpPacketWriter type exposes the following members.

Constructors
  NameDescription
Public methodUdpPacketWriter
Constructs a new EthernetPacketWriter.
Top
Properties
  NameDescription
Public propertyData
The packet data.
Public propertyEndPoint
The remote endpoint to sent the packet to (or null).
Top
Methods
  NameDescription
Public methodDispose
Releases any resources associated with the packet.
Top
See Also