C-DEngine 5.105

WebSocketSessionManager..::..WaitTime Property

Gets the wait time for the response to the WebSocket Ping or Close.

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

Syntax


public TimeSpan WaitTime { get; set; }
Public Property WaitTime As TimeSpan
	Get
	Set
public:
property TimeSpan^ WaitTime {
	TimeSpan^ get ();
	void set (TimeSpan^ value);
}

Field Value

A TimeSpan that represents the wait time.