Click or drag to resize

WebSocketEmitOnPing Property

Gets or sets a value indicating whether a OnMessage event is emitted when a ping is received.

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

Property Value

Type: Boolean

true if this instance emits a OnMessage event when receives a ping; otherwise, false.

The default value is false.

See Also