This documentation is archived and is not being maintained.
DelegatingConfigHost Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Delegates all members of the IInternalConfigHost interface to another instance of a host.
Assembly: System.Configuration (in System.Configuration.dll)
The DelegatingConfigHost type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DelegatingConfigHost | Infrastructure. Initializes a new instance of the DelegatingConfigHost class. |
| Name | Description | |
|---|---|---|
![]() | Host | Infrastructure. Gets or sets the IInternalConfigHost object. |
![]() | IsRemote | Gets a value indicating whether the configuration is remote. |
![]() | SupportsChangeNotifications | Infrastructure. Gets a value indicating whether the host configuration supports change notifications. |
![]() | SupportsLocation | Infrastructure. Gets a value indicating whether the host configuration supports location tags. |
![]() | SupportsPath | Infrastructure. Gets a value indicating whether the host configuration has path support. |
![]() | SupportsRefresh | Infrastructure. Gets a value indicating whether the host configuration supports refresh. |
| Name | Description | |
|---|---|---|
![]() | CreateConfigurationContext | Infrastructure. Creates a new configuration context. |
![]() | CreateDeprecatedConfigContext | Infrastructure. Creates a deprecated configuration context. |
![]() | DecryptSection | Infrastructure. Decrypts an encrypted configuration section. |
![]() | DeleteStream | Infrastructure. Deletes the Stream object performing I/O tasks on a configuration file. |
![]() | EncryptSection | Infrastructure. Encrypts a section of a configuration object. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetConfigPathFromLocationSubPath | Infrastructure. Returns a configuration path based on a location subpath. |
![]() | GetConfigType | Infrastructure. Returns a Type representing the type of the configuration. |
![]() | GetConfigTypeName | Infrastructure. Returns a string representing the type name of the configuration object. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetRestrictedPermissions | Infrastructure. Sets the specified permission set if available within the host object. |
![]() | GetStreamName | Infrastructure. Returns the name of a Stream object performing I/O tasks on a configuration file. |
![]() | GetStreamNameForConfigSource | Infrastructure. Returns the name of a Stream object performing I/O tasks on a configuration source. |
![]() | GetStreamVersion | Infrastructure. Returns a FileVersion object representing the version of a Stream object performing I/O tasks on a configuration file. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Impersonate | Infrastructure. Instructs the host to impersonate and returns an IDisposable object required internally by the .NET Framework. |
![]() | Init | Infrastructure. Initializes the configuration host. |
![]() | InitForConfiguration | Infrastructure. Initializes the host for configuration. |
![]() | IsAboveApplication | Infrastructure. Returns a value indicating whether the configuration is above the application configuration in the configuration hierarchy. |
![]() | IsConfigRecordRequired | Infrastructure. Returns a value indicating whether a configuration record is required for the host configuration initialization. |
![]() | IsDefinitionAllowed | Infrastructure. Restricts or allows definitions in the host configuration. |
![]() | IsFile | Infrastructure. Returns a value indicating whether the file path used by a Stream object to read a configuration file is a valid path. |
![]() | IsFullTrustSectionWithoutAptcaAllowed | Infrastructure. Returns a value indicating whether a configuration section requires a fully trusted code access security level and does not allow the AllowPartiallyTrustedCallersAttribute attribute to disable implicit link demands. |
![]() | IsInitDelayed | Infrastructure. Returns a value indicating whether the initialization of a configuration object is considered delayed. |
![]() | IsLocationApplicable | Infrastructure. Returns a value indicating whether the configuration object supports a location tag. |
![]() | IsSecondaryRoot | Returns a value indicating whether a configuration path is to a configuration node whose contents should be treated as a root. |
![]() | IsTrustedConfigPath | Infrastructure. Returns a value indicating whether the configuration path is trusted. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OpenStreamForRead(String) | Infrastructure. Opens a Stream object to read a configuration file. |
![]() | OpenStreamForRead(String, Boolean) | Opens a Stream object to read a configuration file. |
![]() | OpenStreamForWrite(String, String, Object%) | Infrastructure. Opens a Stream object for writing to a configuration file or for writing to a temporary file used to build a configuration file. Allows a Stream object to be designated as a template for copying file attributes. |
![]() | OpenStreamForWrite(String, String, Object%, Boolean) | Opens a Stream object for writing to a configuration file. Allows a Stream object to be designated as a template for copying file attributes. |
![]() | PrefetchAll | Infrastructure. Returns a value indicating whether the entire configuration file could be read by a designated Stream object. |
![]() | PrefetchSection | Infrastructure. Instructs the IInternalConfigHost object to read a designated section of its associated configuration file. |
![]() | RequireCompleteInit | Infrastructure. Indicates that a new configuration record requires a complete initialization. |
![]() | StartMonitoringStreamForChanges | Infrastructure. Instructs the host to monitor an associated Stream object for changes in a configuration file. |
![]() | StopMonitoringStreamForChanges | Infrastructure. Instructs the host object to stop monitoring an associated Stream object for changes in a configuration file. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VerifyDefinitionAllowed | Infrastructure. Verifies that a configuration definition is allowed for a configuration record. |
![]() | WriteCompleted(String, Boolean, Object) | Infrastructure. Indicates that all writing to the configuration file has completed. |
![]() | WriteCompleted(String, Boolean, Object, Boolean) | Indicates that all writing to the configuration file has completed and specifies whether permissions should be asserted. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
