ServerEmbedded Methods
The ServerEmbedded type exposes the following members.
Methods
Name | Description | |
---|---|---|
Connect |
Starts the server and begins listening for incoming connections.
|
|
Destroy |
Stops the server if it is currently running.
|
|
Initialize |
Initializes the server with default settings and event handlers for client connections and messages.
|
|
IsConnected |
Checks if the server is currently connected and running.
|
|
Process |
Processes any pending operations such as sending messages and updating client states.
|
|
Send |
Sends data to all connected clients.
|