Connection.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
Public Property TransportConnectTimeout As TimeSpan 
    Get 
    Set
'Usage
Dim instance As Connection 
Dim value As TimeSpan 

value = instance.TransportConnectTimeout

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

Property Value

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

Implements

IConnection.TransportConnectTimeout

See Also

Reference

Connection Class

Microsoft.AspNet.SignalR.Client Namespace