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

プロパティ値

このプロパティは、TCP キープアライブが有効になっている場合は true され、有効でない場合は false されます。

例外

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

適用対象