Share via


HttpTransportElement.KeepAliveEnabled Proprietà

Definizione

Ottiene o imposta un valore Boolean che indica se effettuare una connessione permanente alla risorsa 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

Valore della proprietà

true se una connessione permanente alla risorsa Internet viene mantenuta. In caso contrario, false.

Attributi

Si applica a