NetworkCommsDotNet.Connections.UDP NamespaceNetworkComms.Net Help
Implements all aspects of UDP connections.
Classes

  ClassDescription
Public classUDPConnection
A connection object which utilises OnlineUDP to communicate between peers.
Public classUDPConnectionListener
A UDP connection listener
Enumerations

  EnumerationDescription
Public enumerationUDPOptions
A UDPConnection could support different combinations of features. i.e. From the most basic (None) which sends connectionless UDP packets up to an emulated TCP. Future versions of NetworkCommsDotNet will support an ever increasing number of UDP features. This flag enum is used to specify which of the available features should be used.