SimpleWebSocketServer Library  v1.0.1
A simple to use websocket with a very easy way to get it to work, just requires four lines of code.
SimpleWebSocketServerLibrary.SimpleWebSocketHttpServer.IWebSocketHttpServer Interface Reference

Interface for WebSocketHttpServer class. More...

+ Inheritance diagram for SimpleWebSocketServerLibrary.SimpleWebSocketHttpServer.IWebSocketHttpServer:

Public Member Functions

Task RunServer ()
 Starts a server within a task. More...
 
void Stop ()
 Sets a global value within the class that tells the server to stop running. More...
 

Detailed Description

Interface for WebSocketHttpServer class.

Definition at line 17 of file WebSocketHttpServer.cs.

Member Function Documentation

◆ RunServer()

Task SimpleWebSocketServerLibrary.SimpleWebSocketHttpServer.IWebSocketHttpServer.RunServer ( )

Starts a server within a task.

Returns

Implemented in SimpleWebSocketServerLibrary.SimpleWebSocketHttpServer.WebSocketHttpServer.

+ Here is the caller graph for this function:

◆ Stop()

void SimpleWebSocketServerLibrary.SimpleWebSocketHttpServer.IWebSocketHttpServer.Stop ( )

Sets a global value within the class that tells the server to stop running.

Implemented in SimpleWebSocketServerLibrary.SimpleWebSocketHttpServer.WebSocketHttpServer.


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