NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpSelector Class

Indicates the configuration file hierarchy for configuration information for web server configuration.

The configuration system can convert the URL into a list of physical configuration file locations (FileSelector) and then performs a merge across the hierarchy of configuration files. Refer to Interceptors.IConfigTransformer and Interceptors.IConfigMerger for details.

Object
   Selector
      Internal.UrlSelectorBase
         HttpSelector

[Visual Basic]
Public Class HttpSelector
   Inherits UrlSelectorBase
[C#]
public class HttpSelector : UrlSelectorBase
[C++]
public __gc class HttpSelector : public UrlSelectorBase
[JScript]
public class HttpSelector extends UrlSelectorBase

Remarks

[To be supplied.]

Requirements

Namespace: System.Configuration

Assembly: System.Configuration.dll

See Also

HttpSelector Members | System.Configuration Namespace