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

例外

适用于