LongPollingTransport::LongPollDelay Property

.NET Framework 4.5

Gets or sets the number of milliseconds to tell the browser to wait before reestablishing a long poll connection after data is sent from the server. Defaults to 0.

Namespace:  Microsoft.AspNet.SignalR.Transports
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
static property long long LongPollDelay {
	long long get ();
	void set (long long value);
}

Property Value

Type: System::Int64
Returns Int64.
Show: