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!

HttpFileSelector Class

A selector that represents a pair of HttpSelector and FileSelector. Used together with Interceptors.ListSelector for configuration file hierarchy computations (see Interceptors.IConfigTransformer for details/examples).

Object
   Selector
      HttpFileSelector

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

Remarks

The HttpSelector usually represents the logical name for a configuration file (or node in the hierarchy), while the FileSelector represents the physical location of the configuration file for a node in the hierarchy).

Requirements

Namespace: System.Configuration.Interceptors

Assembly: System.Configuration.dll

See Also

HttpFileSelector Members | System.Configuration.Interceptors Namespace