LdapSessionOptions.PingKeepAliveTimeout 属性

定义

PingKeepAliveTimeout 属性包含 TimeSpan 对象,该对象指定在从服务器获得上一次响应之后,在发送“keep-alive”ping 命令之前客户端应该等待的最小秒数。

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

属性值

一个 TimeSpan 对象,该对象指定在从服务器获得上一次响应之后,在发送“keep-alive”ping 命令之前客户端应该等待的最小秒数。

例外

指定的时间跨度小于 Zero

适用于