Click or drag to resize

WebSocketServer Methods

The WebSocketServer type exposes the following members.

Methods
  NameDescription
Public methodAddWebSocketServiceTBehaviorWithNew(String)
Adds a WebSocket service with the specified behavior and path.
Public methodAddWebSocketServiceTBehaviorWithNew(String, ActionTBehaviorWithNew)
Adds a WebSocket service with the specified behavior, path, and initializer.
Public methodAddWebSocketServiceTBehavior(String, FuncTBehavior) Obsolete.
Adds a WebSocket service with the specified behavior, path, and creator.
Public methodRemoveWebSocketService
Removes a WebSocket service with the specified path.
Public methodStart
Starts receiving incoming handshake requests.
Public methodStop
Stops receiving incoming handshake requests.
Public methodStop(CloseStatusCode, String) Obsolete.
Stops receiving incoming handshake requests and closes each connection with the specified code and reason.
Public methodStop(UInt16, String) Obsolete.
Stops receiving incoming handshake requests and closes each connection with the specified code and reason.
Top
See Also