ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
Loading...
Searching...
No Matches
XmobiTea.ProtonNetServer.IHttpServer Interface Reference

Represents an interface for an HTTP server, inheriting from the IServer interface. More...

Inheritance diagram for XmobiTea.ProtonNetServer.IHttpServer:
XmobiTea.ProtonNetServer.IServer XmobiTea.ProtonNetServer.HttpServer XmobiTea.ProtonNetServer.HttpsServer XmobiTea.ProtonNet.Server.WebApi.Server.WebApiHttpServer XmobiTea.ProtonNetServer.WsServer XmobiTea.ProtonNet.Server.WebApi.Server.WebApiHttpsServer XmobiTea.ProtonNetServer.WssServer XmobiTea.ProtonNet.Server.Socket.Server.SocketWsServer XmobiTea.ProtonNet.Server.Socket.Server.SocketWssServer

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.
 

Detailed Description

Represents an interface for an HTTP server, inheriting from the IServer interface.


The documentation for this interface was generated from the following file: