Click or drag to resize

WebSocketServerWebSocketServices Property

Gets the management function for the WebSocket services provided by the server.

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public WebSocketServiceManager WebSocketServices { get; }

Property Value

Type: WebSocketServiceManager
A WebSocketServiceManager that manages the WebSocket services provided by the server.
See Also