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为此属性。

例外

适用于