QuicConnectionOptions.IdleTimeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定連線的閑置逾時。 閑置逾時是連接關閉的時間。 預設值 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,這表示會使用基礎實作的默認閑置逾時。