Click or drag to resize

WebSocketServiceHostBehaviorType Property

Gets the Type of the behavior of the service.

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

Property Value

Type: Type
A Type that represents the type of the behavior of the service.
See Also