This topic has not yet been rated - Rate this topic

IAppHostMethodExtension Interface

IIS 7.0

Used to handle method extensions in the IIS 7 configuration system.

IAppHostMethodExtension : public IUnknown

The following table lists the methods exposed by the IAppHostMethodExtension interface.

Method

Description

IAppHostMethodExtension::ProvideMethod Method

Populates the value of a dynamic method in a specified element.

This interface contains no properties.

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.

NoteNote:

The IAppHostMethodExtension interface is designed to work on a local computer; you cannot use this interface to manage a remote computer.

IUnknown

   IAppHostMethodExtension

Type

Description

Client

  • IIS 7.0 on Windows Vista

  • IIS 7.5 on Windows 7

  • IIS Express 7.5 on Windows XP, Windows Vista, Windows 7

  • IIS 8.0 on Windows 8 Client

Server

  • IIS 7.0 on Windows Server 2008

  • IIS 7.5 on Windows Server 2008 R2

  • IIS Express 7.5 on Windows Server 2003, Windows Server 2008, Windows Server 2008 R2

  • IIS 8.0 on Windows Server 2012

Product

IIS 7.0, IIS 7.5, IIS Express 7.5, IIS 8.0

Header

Ahadmin.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.