DelegatingConfigHost.IsAppConfigHttp Property

Definition

Determines if the application configuration file comes from a non-local URI (that is, http://) or is a local file.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual property bool IsAppConfigHttp { bool get(); };
public virtual bool IsAppConfigHttp { get; }
member this.IsAppConfigHttp : bool
Public Overridable ReadOnly Property IsAppConfigHttp As Boolean

Property Value

true if the delegated host's sections belong to System.Net and the configuration file for the application is downloaded via HTTP using WebClient; otherwise, false.

Applies to