LdapSessionOptions.PingKeepAliveTimeout 속성

정의

이 속성에는 PingKeepAliveTimeout 클라이언트가 대기하는 최소 시간(초)을 지정하는 개체가 포함되어 TimeSpan 있으며, 이 개체는 서버의 마지막 응답 이후 유지 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 연결 유지 ping을 보내기 전에 클라이언트가 서버의 마지막 응답 이후 대기하는 최소 시간(초)을 지정하는 개체입니다.

예외

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

지정된 시간 범위가 .보다 Zero작습니다.

적용 대상