Click or drag to resize

LogDataCaller Property

Gets the information of the logging method caller.

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

Property Value

Type: StackFrame
A StackFrame that provides the information of the logging method caller.
See Also