LdapSessionOptions.PingKeepAliveTimeout 속성

정의

PingKeepAliveTimeout 속성에는 서버의 마지막 응답 후 연결 유지 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

속성 값

서버의 마지막 응답 후 연결 유지 ping을 보내기 전까지 클라이언트에서 대기하는 최소 시간(초)을 지정하는 TimeSpan 개체입니다.

예외

LdapConnection 개체가 이미 삭제되었습니다.

지정된 시간 범위가 Zero보다 작은 경우

적용 대상