共用方式為


QuicConnectionOptions.IdleTimeout 屬性

定義

取得或設定連線的閑置逾時。 閑置逾時是連接關閉的時間。 預設值 Zero 表示基礎實作預設閑置逾時。

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

屬性值

線上的閑置逾時。 默認值為 Zero,這表示會使用基礎實作的默認閑置逾時。

適用於