LdapSessionOptions.PingLimit 속성

정의

PingLimit 속성에는 클라이언트에서 연결을 닫기 전까지 보내는 응답되지 않은 ping 수가 포함되어 있습니다.

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

속성 값

클라이언트에서 연결을 닫기 전까지 보내는 응답되지 않은 ping 수입니다.

예외

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

지정된 값이 0보다 작은 경우

적용 대상