EmbeddedUdpServer Members
The EmbeddedUdpServer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EmbeddedUdpServer(EmbeddedSocketMode, Int32) |
Initializes the transport.
|
|
EmbeddedUdpServer(IPAddress, Int32) |
Initializes the transport, binding the socket to a specific IP address.
|
Methods
Name | Description | |
---|---|---|
Close |
Closes an active connection.
|
|
Shutdown |
Closes all existing connections and stops listening for new connections.
|
|
Start(UInt16) |
Starts the transport and begins listening for incoming connections.
|
|
Start(String, UInt16) |
Events
Name | Description | |
---|---|---|
Connected |
Invoked when a connection is established at the transport level.
|
|
DataReceived |
Invoked when data is received by the transport.
|