C-DEngine 5.105

WebSocketBehavior..::..EmitOnPing Property

Gets or sets a value indicating whether the WebSocket used in a session emits a OnMessage event when receives a Ping.

Namespace:  WebSocketSharp.Server
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool EmitOnPing { get; set; }
Public Property EmitOnPing As Boolean
	Get
	Set
public:
property bool^ EmitOnPing {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if the WebSocket emits a OnMessage event when receives a Ping; otherwise, false. The default value is false.