LdapSessionOptions.TcpKeepAlive 속성

정의

TcpKeepAlive 속성을 사용하면 TCP를 계속 사용할 수 있습니다.

public:
 property bool TcpKeepAlive { bool get(); void set(bool value); };
public bool TcpKeepAlive { get; set; }
member this.TcpKeepAlive : bool with get, set
Public Property TcpKeepAlive As Boolean

속성 값

이 속성은 true TCP keep-alive가 활성화되어 있거나 false 그렇지 않은 경우입니다.

예외

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

적용 대상