LongPollingTransport.ConnectDelay Property

.NET Framework 4

The time to wait after the initial connect http request before it is considered open.

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

Syntax

'Declaration
Public Property ConnectDelay As TimeSpan 
    Get 
    Set
'Usage
Dim instance As LongPollingTransport 
Dim value As TimeSpan 

value = instance.ConnectDelay

instance.ConnectDelay = value
public TimeSpan ConnectDelay { get; set; }
public:
property TimeSpan ConnectDelay {
    TimeSpan get ();
    void set (TimeSpan value);
}
member ConnectDelay : TimeSpan with get, set
function get ConnectDelay () : TimeSpan 
function set ConnectDelay (value : TimeSpan)

Property Value

Type: System.TimeSpan
Returns TimeSpan.

See Also

Reference

LongPollingTransport Class

Microsoft.AspNet.SignalR.Client.Transports Namespace