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보다 작습니다.

적용 대상