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

속성 값

Boolean

인터넷 리소스와의 영구 연결이 유지되면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상