Click or drag to resize

WebSocketBehaviorEmitOnPing Property

Gets or sets a value indicating whether the WebSocket instance for a session emits the message event when receives a ping.

Namespace:  Sfs2X.WebSocketSharp.Server
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 the WebSocket instance emits the message event when receives a ping; otherwise, false.

The default value is false.

See Also