Share via


IConnection.TransportConnectTimeout Property

.NET Framework 4.5

Gets or sets a TimeSpan representing the amount of time to transport connection before timing out.

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

Syntax

'Declaration
Property TransportConnectTimeout As TimeSpan 
    Get 
    Set
'Usage
Dim instance As IConnection 
Dim value As TimeSpan 

value = instance.TransportConnectTimeout

instance.TransportConnectTimeout = value
TimeSpan TransportConnectTimeout { get; set; }
property TimeSpan TransportConnectTimeout {
    TimeSpan get ();
    void set (TimeSpan value);
}
abstract TransportConnectTimeout : TimeSpan with get, set
function get TransportConnectTimeout () : TimeSpan 
function set TransportConnectTimeout (value : TimeSpan)

Property Value

Type: System.TimeSpan
A TimeSpan representing the amount of time to transport connection before timing out.

See Also

Reference

IConnection Interface

Microsoft.AspNet.SignalR.Client Namespace