TimeoutManager.IdleConnection プロパティ

定義

アイドル状態の接続として許容される秒単位の時間です。 既定のタイマーは 2 分です。

このタイムアウトは、接続の最初の要求がアプリケーションにルーティングされた後にのみ適用されます。

システムの既定値を使用する必要があることを示すには、TimeSpan.Zero を使用します。

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

プロパティ値

適用対象