HubConnection.ServerTimeout Property

Definition

Gets or sets the server timeout interval for the connection.

public:
 property TimeSpan ServerTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan ServerTimeout { get; set; }
member this.ServerTimeout : TimeSpan with get, set
Public Property ServerTimeout As TimeSpan

Property Value

Remarks

The client times out if it hasn't heard from the server for this long.

Applies to