com.onlineobject.objectnet Namespace

EmbeddedUdpServer Members

The EmbeddedUdpServer type exposes the following members.

Constructors


  Name Description
Public method EmbeddedUdpServer(EmbeddedSocketMode, Int32)
Initializes the transport.
Public method EmbeddedUdpServer(IPAddress, Int32)
Initializes the transport, binding the socket to a specific IP address.

Methods


  Name Description
Public method Close
Closes an active connection.
Public method Shutdown
Closes all existing connections and stops listening for new connections.
Public method Start(UInt16)
Starts the transport and begins listening for incoming connections.
Public method Start(String, UInt16)

Properties


  Name Description
Public property Port

Events


  Name Description
Public event Connected
Invoked when a connection is established at the transport level.
Public event DataReceived
Invoked when data is received by the transport.