HubOptions.HandshakeTimeout 屬性

定義

取得或設定伺服器用來逾時用戶端傳入交握要求的間隔。 預設逾時為 15 秒。

public:
 property Nullable<TimeSpan> HandshakeTimeout { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? HandshakeTimeout { get; set; }
member this.HandshakeTimeout : Nullable<TimeSpan> with get, set
Public Property HandshakeTimeout As Nullable(Of TimeSpan)

屬性值

適用於