A UDP client/server socket.
Inheritance Hierarchy Namespace: Demo3D.Net.ProtocolsAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic static class UdpSocket
The UdpSocket type exposes the following members.
Methods| | Name | Description |
|---|
  | Open(Int32, Flags) |
Opens a UDP server.
|
  | Open(Int32, NotifyDataChangedEventHandler) |
Opens a UDP server.
|
  | Open(String, Int32, Flags) |
Opens a UDP connection.
|
  | Open(String, Int32, NotifyDataChangedEventHandler) |
Opens a UDP connection.
|
  | OpenAsync(Int32, Flags) |
Opens a UDP server.
|
  | OpenAsync(Int32, NotifyDataChangedEventHandler) |
Opens a UDP server.
|
  | OpenAsync(Boolean, Int32, Flags) |
Opens a UDP server.
|
  | OpenAsync(Boolean, Int32, NotifyDataChangedEventHandler) |
Opens a UDP server.
|
  | OpenAsync(String, Int32, Flags) |
Opens a UDP connection.
|
  | OpenAsync(String, Int32, NotifyDataChangedEventHandler) |
Opens a UDP connection.
|
  | OpenAsync(Boolean, String, Int32, Flags) |
Opens a UDP connection.
|
  | OpenAsync(Boolean, String, Int32, NotifyDataChangedEventHandler) |
Opens a UDP connection.
|
Top
Remarks
This class is a wrapper around Client{IUdpIOService}.Open and ProtocolAddressBuilder.
See
ClientT and
ProtocolAddressBuilder for more advanced usage.
See Also