C-DEngine 5.105

WebSocket..::..WaitTime Property

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

Namespace:  WebSocketSharp
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. The default value is the same as 5 seconds, or 1 second if the WebSocket is used in a server.