Click or drag to resize

WebSocketServiceHost Class

Exposes the methods and properties used to access the information in a WebSocket service provided by the WebSocketServer or HttpServer.
Inheritance Hierarchy
SystemObject
  Sfs2X.WebSocketSharp.ServerWebSocketServiceHost

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public abstract class WebSocketServiceHost

The WebSocketServiceHost type exposes the following members.

Properties
  NameDescription
Public propertyBehaviorType
Gets the Type of the behavior of the service.
Public propertyKeepClean
Gets or sets a value indicating whether the service cleans up the inactive sessions periodically.
Public propertyPath
Gets the path to the service.
Public propertySessions
Gets the management function for the sessions in the service.
Public propertyWaitTime
Gets or sets the time to wait for the response to the WebSocket Ping or Close.
Top
Remarks
This class is an abstract class.
See Also