Compartir a través de


LdapSessionOptions.TcpKeepAlive Propiedad

Definición

La propiedad TcpKeepAlive habilita el TCP persistente.

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

Valor de propiedad

Esta propiedad es true si se habilita el TCP persistente o false si no se habilita.

Excepciones

El objeto LdapConnection ya se ha eliminado.

Se aplica a