Click or drag to resize

UDP Class

The UDP protocol.
Inheritance Hierarchy
SystemObject
  Demo3D.Net.ProtocolsUDP

Namespace:  Demo3D.Net.Protocols
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public static class UDP

The UDP type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberName
The UDP protocol name.
Public fieldStatic memberScheme
The UDP protocol scheme.
Top
Remarks
See UdpSocket for simple UDP client/server example.
See Also