IAppHostMethodExtension Interface
Used to handle method extensions in the IIS 7 configuration system.
When this interface is implemented, the configuration system will call it to handle dynamic configuration.
The administration system allows dynamic methods to be defined, provided that they are backed by a class that implements the IAppHostMethodExtension interface.
Note: |
|---|
The IAppHostMethodExtension interface is designed to work on a local computer; you cannot use this interface to manage a remote computer. |
Type | Description |
|---|---|
Client |
|
Server |
|
Product | IIS 7.0, IIS 7.5, IIS Express 7.5, IIS 8.0 |
Header | Ahadmin.h |
Note: