Click or drag to resize

UdpSocket Class

A UDP client/server socket.
Inheritance Hierarchy
SystemObject
  Demo3D.Net.ProtocolsUdpSocket

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

The UdpSocket type exposes the following members.

Methods
Remarks
This class is a wrapper around Client{IUdpIOService}.Open and ProtocolAddressBuilder. See ClientT and ProtocolAddressBuilder for more advanced usage.
See Also