|
ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Represents the interface for a TCP server. More...
Additional Inherited Members | |
Public Member Functions inherited from XmobiTea.ProtonNetServer.IServer | |
| bool | Start () |
| Starts the server. | |
| bool | Stop () |
| Stops the server. | |
| bool | Restart () |
| Restarts the server. | |
| bool | BroadcastAll (byte[] buffer) |
| Broadcasts a message to all connected clients. | |
| bool | BroadcastAll (byte[] buffer, int position, int length) |
| Broadcasts a message to all connected clients with a specified position and length. | |
| bool | BroadcastAllAsync (byte[] buffer) |
| Broadcasts a message asynchronously to all connected clients. | |
| bool | BroadcastAllAsync (byte[] buffer, int position, int length) |
| Broadcasts a message asynchronously to all connected clients with a specified position and length. | |
| bool | DisconnectAll () |
| Disconnects all connected clients. | |
| IServerNetworkStatistics | GetNetworkStatistics () |
| Gets the network statistics for the server. | |
Represents the interface for a TCP server.