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 public bool Debug { get; set; }
Property Value
Type:
BooleanRemarks
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