Click or drag to resize

SmartFoxDebug Property

Indicates whether the client-server messages debug is enabled or not.

Namespace:  Sfs2X
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool Debug { get; set; }

Property Value

Type: Boolean
Remarks
If set to true, detailed debugging informations for all the incoming and outgoing messages are provided.
Debugging can be enabled when instantiating the SmartFox class too.
See Also