次の方法で共有


LdapSessionOptions.TcpKeepAlive プロパティ

定義

TcpKeepAlive プロパティは、TCP の Keep-alive を有効にします。

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

プロパティ値

TCP の Keep-alive が有効である場合、このプロパティは true です。有効でない場合は false です。

例外

LdapConnection オブジェクトは既に破棄されています。

適用対象