LdapSessionOptions.TcpKeepAlive Propiedad

Definición

La TcpKeepAlive propiedad habilita 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

Valor de propiedad

Esta propiedad es true si TCP keep-alive está habilitado o false si no lo es.

Excepciones

El LdapConnection objeto ya está eliminado.

Se aplica a