Compartir a través de


HttpTransportElement.KeepAliveEnabled Propiedad

Definición

Obtiene o establece un valor Boolean que indica si se debe establecer una conexión persistente en el recurso de Internet.

public:
 property bool KeepAliveEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("keepAliveEnabled", DefaultValue=true)]
public bool KeepAliveEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("keepAliveEnabled", DefaultValue=true)>]
member this.KeepAliveEnabled : bool with get, set
Public Property KeepAliveEnabled As Boolean

Valor de propiedad

Boolean

true si se mantiene una conexión continua con el recurso de Internet; de lo contrario, false.

Atributos

Se aplica a