Поделиться через


HttpTransportElement.KeepAliveEnabled Свойство

Определение

Получает или задает значение Boolean, указывающее, необходимо ли устанавливать постоянное подключение к интернет-ресурсу.

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

Значение свойства

Значение true, если необходимо поддерживать постоянное подключение к интернет-ресурсу; в противном случае — значение false.

Атрибуты

Применяется к