DelegatingConfigHost.IsAppConfigHttp Property      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : boolPublic Overridable ReadOnly Property IsAppConfigHttp As BooleanProperty 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.