次の方法で共有


LdapSessionOptions.PingKeepAliveTimeout プロパティ

定義

PingKeepAliveTimeout プロパティは、サーバーからの最後の応答の後、Keep-alive の ping を送信するまでにクライアントが待機する最小秒数を指定する TimeSpan オブジェクトを格納します。

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

プロパティ値

サーバーからの最後の応答の後、Keep-alive の ping を送信するまでにクライアントが待機する最小秒数を指定する TimeSpan オブジェクト。

例外

LdapConnection オブジェクトは既に破棄されています。

指定した期間が Zero 未満です。

適用対象