WebSocketServer Methods |
The WebSocketServer type exposes the following members.
Name | Description | |
---|---|---|
AddWebSocketServiceTBehaviorWithNew(String) |
Adds a WebSocket service with the specified behavior and
path.
| |
AddWebSocketServiceTBehaviorWithNew(String, ActionTBehaviorWithNew) |
Adds a WebSocket service with the specified behavior,
path, and initializer.
| |
AddWebSocketServiceTBehavior(String, FuncTBehavior) | Obsolete.
Adds a WebSocket service with the specified behavior,
path, and creator.
| |
RemoveWebSocketService |
Removes a WebSocket service with the specified path.
| |
Start |
Starts receiving incoming handshake requests.
| |
Stop |
Stops receiving incoming handshake requests.
| |
Stop(CloseStatusCode, String) | Obsolete.
Stops receiving incoming handshake requests and closes each connection
with the specified code and reason.
| |
Stop(UInt16, String) | Obsolete.
Stops receiving incoming handshake requests and closes each connection
with the specified code and reason.
|