﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.Web.Management</name>
  </assembly>
  <members>
    <member name="T:Microsoft.Web.Management.Client.AssemblyDownloadInfo">
      <summary>
          Encapsulates information about the assembly being downloaded.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.AssemblyDownloadInfo.#ctor(System.String,System.String,System.String,System.Boolean,System.Globalization.CultureInfo)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.AssemblyDownloadInfo" /> class. 
        </summary>
      <param name="name">
              The name of the assembly.
            </param>
      <param name="displayName">
              The display name of the assembly.
            </param>
      <param name="filePath">
              The path to the assembly.
            </param>
      <param name="canIgnore">
              A value that indicates whether the assembly can be downloaded.
            </param>
      <param name="culture">
              A <see cref="T:System.Globalization.CultureInfo" /> object that supplies culture-specific casing rules.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.AssemblyDownloadInfo.CanIgnore">
      <summary>
          Gets a value indicating whether the assembly can be downloaded. 
        </summary>
      <returns>
          See the Remarks section. 
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.AssemblyDownloadInfo.Culture">
      <summary>
          Gets the culture that is associated with the assembly.
        </summary>
      <returns>
          A <see cref="T:System.Globalization.CultureInfo" /> object that represents the culture that the assembly supports.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.AssemblyDownloadInfo.DisplayName">
      <summary>
          Gets the display name of the assembly.
        </summary>
      <returns>
          The display name of the assembly.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.AssemblyDownloadInfo.FilePath">
      <summary>
          Gets the physical path to the assembly file to be downloaded.
        </summary>
      <returns>
          The path from which to obtain the file name and extension.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.AssemblyDownloadInfo.Name">
      <summary>
          Gets the name of the assembly to be downloaded.
        </summary>
      <returns>
          The name of the assembly.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Connection">
      <summary>
          Represents a connection to an application, server, or site.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Connection.ConfigurationPath">
      <summary>
          Gets the <see cref="T:Microsoft.Web.Management.Server.ManagementConfigurationPath" /> object for the current management unit.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementConfigurationPath" /> object.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Connection.CreateProxy(Microsoft.Web.Management.Client.Module,System.Type)">
      <summary>
          Creates a module service proxy.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.ModuleServiceProxy" /> object.
        </returns>
      <param name="module">
              A <see cref="T:Microsoft.Web.Management.Client.Module" /> object.
            </param>
      <param name="proxyType">
              The type of the <paramref name="module" /> parameter. 
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Connection.CurrentFrameworkVersion">
      <summary>
          Gets the .NET Framework version.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Server.ManagementFrameworkVersion" /> object that is associated with this connection.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Connection.Deactivated">
      <summary>
          Gets a value indicating whether the connection has been deactivated.
        </summary>
      <returns>
          
            true if the connection has been deactivated; otherwise, false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Connection.EndConfigurationManagement">
      <summary>
          Sets the configuration path of the root of the current connection.
        </summary>
      <returns>
          
            true if the <see cref="P:Microsoft.Web.Management.Client.Connection.ConfigurationPath" /> property value was successfully reset; otherwise, false;
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Connection.EndConfigurationManagement(System.Type)">
      <summary>
          Sets the configuration path of the root of the current connection by using the specified page type.
        </summary>
      <returns>
          
            true if the <see cref="P:Microsoft.Web.Management.Client.Connection.ConfigurationPath" /> property is set to the root of the <see cref="T:Microsoft.Web.Management.Client.Connection" /> object; otherwise, false.
        </returns>
      <param name="pageType">
              The type of the page.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Connection.FrameworkVersions">
      <summary>
          Gets the .NET Framework versions in the active management session.
        </summary>
      <returns>
          A <see cref="T:System.Collections.ICollection" /> object that contains all the .NET Framework versions in the active management session. Each <see cref="T:System.Collections.ICollection" /> element contains a <see cref="T:Microsoft.Web.Management.Server.ManagementFrameworkVersion" /> object.
        </returns>
    </member>
    <member name="E:Microsoft.Web.Management.Client.Connection.Initialized">
      <summary>
          Occurs when all the modules contained in this connection have been initialized.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Connection.IsLocalConnection">
      <summary>
          Gets a value indicating whether the connection is local.
        </summary>
      <returns>
          
            true if the connection is local; false if the connection is remote.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Connection.IsUserServerAdministrator">
      <summary>
          Gets a value indicating whether the user opening the connection is a member of the Administrators user group.
        </summary>
      <returns>
          
            true if the user opening the connection is a member of the Administrators user group; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Connection.Modules">
      <summary>
          Gets a list of modules for the current connection.
        </summary>
      <returns>
          A <see cref="T:System.Collections.IDictionary" /> object that contains the list of modules for the current connection. The <see cref="T:System.Collections.IDictionary" /> key contains the module name and the <see cref="T:System.Collections.IDictionary" /> value contains the service type. 
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Connection.Name">
      <summary>
          Gets the name of the current connection.
        </summary>
      <returns>
          The name of the current connection. 
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Connection.Refresh">
      <summary>
          Refreshes the connection to the server.
        </summary>
      <returns>
          
            true if the method call was successful; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Connection.Scope">
      <summary>
          Gets the <see cref="T:Microsoft.Web.Management.Server.ManagementScope" /> of the current connection.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementScope" /> object.  
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Connection.ScopePath">
      <summary>
          Gets the management scope for the connection.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.ManagementScopePath" /> object that is associated with this connection.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Connection.SetConfigurationPath(Microsoft.Web.Management.Server.ManagementConfigurationPath)"></member>
    <member name="M:Microsoft.Web.Management.Client.Connection.StartConfigurationManagement(Microsoft.Web.Management.Server.ManagementConfigurationPath)">
      <summary>
          Sets the configuration path of the specified site.
        </summary>
      <returns>
          
            true in all cases.
        </returns>
      <param name="configurationPath">
              The <see cref="T:Microsoft.Web.Management.Server.ManagementConfigurationPath" /> object of the site to be managed.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Connection.StartConfigurationManagement(Microsoft.Web.Management.Server.ManagementConfigurationPath,System.Type)">
      <summary>
          Sets the configuration path of the specified site, using the specified page type.
        </summary>
      <returns>
          
            true if the method call was successful; otherwise, false.
        </returns>
      <param name="configurationPath">
              The <see cref="T:Microsoft.Web.Management.Server.ManagementConfigurationPath" /> of the site to be managed.
            </param>
      <param name="pageType">
              The type of the page.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Connection.System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)"></member>
    <member name="M:Microsoft.Web.Management.Client.Connection.System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)"></member>
    <member name="M:Microsoft.Web.Management.Client.Connection.System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.Object)"></member>
    <member name="M:Microsoft.Web.Management.Client.Connection.System#ComponentModel#Design#IServiceContainer#AddService(System.Type,System.Object,System.Boolean)"></member>
    <member name="M:Microsoft.Web.Management.Client.Connection.System#ComponentModel#Design#IServiceContainer#RemoveService(System.Type)"></member>
    <member name="M:Microsoft.Web.Management.Client.Connection.System#ComponentModel#Design#IServiceContainer#RemoveService(System.Type,System.Boolean)"></member>
    <member name="M:Microsoft.Web.Management.Client.Connection.System#IDisposable#Dispose"></member>
    <member name="M:Microsoft.Web.Management.Client.Connection.System#IServiceProvider#GetService(System.Type)"></member>
    <member name="P:Microsoft.Web.Management.Client.Connection.Url">
      <summary>
          Gets the Uniform Resource Identifier (URI) for the current connection.
        </summary>
      <returns>
          The <see cref="T:System.Uri" /> object that is associated with the current connection.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Connection.UserName">
      <summary>
          Gets the Windows domain or local account name for the user.
        </summary>
      <returns>
          The Windows domain or local account name of the user whose credentials are being used in this connection.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ConnectionActiveState">
      <summary>
          Contains the state of a connection.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ConnectionActiveState.Active">
      <summary>
          Gets a value indicating whether the connection is active.
        </summary>
      <returns>
          
            true if the <see cref="T:Microsoft.Web.Management.Client.Connection" /> is active; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ConnectionActiveState.DifferentCredentials">
      <summary>
          Gets a value indicating whether the credentials are different.
        </summary>
      <returns>
          
            true if the credentials are the same; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ConnectionActiveState.SimilarConnection">
      <summary>
          Gets a value indicating whether the connection is similar.
        </summary>
      <returns>
          
            true if the connection is similar; otherwise, false.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ConnectionCredential">
      <summary>
          Contains credentials for a connection.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ConnectionCredential.#ctor(System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ConnectionCredential" /> class. 
        </summary>
      <param name="userName">
              The user name.
            </param>
      <param name="password">
              The password for the specified user.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ConnectionCredential.#ctor(System.String,System.String,System.Boolean)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ConnectionCredential" /> class, optionally using Basic authentication. 
        </summary>
      <param name="userName">
              The user name.
            </param>
      <param name="password">
              The password for the specified user.
            </param>
      <param name="useBasicAuthentication">
              
                true to use Basic authentication; otherwise, false.
            </param>
    </member>
    <member name="F:Microsoft.Web.Management.Client.ConnectionCredential.CurrentUserAccount">
      <summary>
          Represents a <see cref="T:Microsoft.Web.Management.Client.ConnectionCredential" /> object that is created with the current system account.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ConnectionCredential.Domain">
      <summary>
          Gets the domain of the connection credentials.
        </summary>
      <returns>
          The domain of the <see cref="T:Microsoft.Web.Management.Client.ConnectionCredential" /> object.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ConnectionCredential.Equals(System.Object)">
      <summary>
          Determines whether the specified object is equal to the current <see cref="T:Microsoft.Web.Management.Client.ConnectionCredential" /> object.
        </summary>
      <returns>
          
            true if the <see cref="T:Microsoft.Web.Management.Client.ConnectionCredential" /> objects are equal; otherwise, false.
        </returns>
      <param name="obj">
              A <see cref="T:Microsoft.Web.Management.Client.ConnectionCredential" /> object.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ConnectionCredential.GetHashCode">
      <summary>
          Returns the hash code of the connection credentials.
        </summary>
      <returns>
          The hash code of the <see cref="T:Microsoft.Web.Management.Client.ConnectionCredential" /> object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ConnectionCredential.Password">
      <summary>
          Gets the password for the connection credentials.
        </summary>
      <returns>
          The password for the <see cref="T:Microsoft.Web.Management.Client.ConnectionCredential" /> object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ConnectionCredential.UseBasicAuthentication">
      <summary>
          Gets a value indicating whether basic authentication should be used.
        </summary>
      <returns>
          
            true if basic authentication should be used; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ConnectionCredential.UserName">
      <summary>
          Gets the user name for the connection credentials.
        </summary>
      <returns>
          The user name for the <see cref="T:Microsoft.Web.Management.Client.ConnectionCredential" /> object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ConnectionCredential.UseSystemAccount">
      <summary>
          Gets a value indicating whether the system account should be used.
        </summary>
      <returns>
          
            true if the system account should be used; otherwise, false.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ConnectionEventArgs">
      <summary>
          Provides data for events that are derived from the <see cref="T:Microsoft.Web.Management.Client.Connection" /> class.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ConnectionEventArgs.Connection">
      <summary>
          Gets the connection.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.Connection" /> object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ConnectionEventArgs.IsNewConnection">
      <summary>
          Gets a value indicating whether the connection is new.
        </summary>
      <returns>
          
            true if the <see cref="T:Microsoft.Web.Management.Client.Connection" /> is new; otherwise, false.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ConnectionEventHandler">
      <summary>
          Represents the method that will handle changes in connections.
        </summary>
      <param name="sender">
              The source of the event.
            </param>
      <param name="e">
              A <see cref="T:Microsoft.Web.Management.Client.ConnectionEventArgs" /> object that contains the event data.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ConnectionInfo">
      <summary>
          Encapsulates information about a connection in a serializable form.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ConnectionInfo.#ctor(System.String,System.Uri,System.Boolean,Microsoft.Web.Management.Server.ManagementScope,Microsoft.Web.Management.Client.ManagementScopePath,Microsoft.Web.Management.Client.ConnectionCredential,Microsoft.Web.Management.Client.IConnectionManager)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" /> class.
        </summary>
      <param name="name">
              The name for the <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" /> object.
            </param>
      <param name="url">
              The Uniform Resource Identifier (URI) for the host.
            </param>
      <param name="isLocal">
              The local connection state.
            </param>
      <param name="scope">
              The <see cref="T:Microsoft.Web.Management.Server.ManagementScope" /> value for the <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" />.
            </param>
      <param name="scopePath">
              The <see cref="T:Microsoft.Web.Management.Client.ManagementScopePath" /> object for the <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" />.
            </param>
      <param name="credentials">
              The <see cref="T:Microsoft.Web.Management.Client.ConnectionCredential" /> object for the <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" />.
            </param>
      <param name="connectionManager">
              The <see cref="T:Microsoft.Web.Management.Client.IConnectionManager" /> object for the <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" />.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" />, <paramref name="scopePath" />,<paramref name=" credentials" />, or <paramref name="connectionManager" /> parameter is null.
            </exception>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ConnectionInfo.Credentials">
      <summary>
          Gets the credentials for the connection.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.ConnectionCredential" /> object that is passed to the <see cref="M:Microsoft.Web.Management.Client.ConnectionInfoCollection.#ctor(Microsoft.Web.Management.Client.IConnectionManager)" /> constructor. 
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ConnectionInfo.Equals(System.Object)">
      <summary>
          Determines whether the specified object is equal to the current <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" /> object.
        </summary>
      <returns>
          
            true if <paramref name="obj" /> can be cast to a <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" /> object that is not null and the objects have the same <see cref="P:Microsoft.Web.Management.Client.ConnectionInfo.IsLocal" /> and <see cref="P:Microsoft.Web.Management.Client.ConnectionInfo.ScopePath" /> values; otherwise, false.
        </returns>
      <param name="obj">
              A <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" /> object.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ConnectionInfo.GetHashCode">
      <summary>
          Gets the hash code of the connection.
        </summary>
      <returns>
          The <see cref="P:Microsoft.Web.Management.Client.ConnectionInfo.ScopePath" /> hash code combined by using the bitwise OR operation with the <see cref="P:Microsoft.Web.Management.Client.ConnectionInfo.IsLocal" /> hash code.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ConnectionInfo.IsLocal">
      <summary>
          Gets a value indicating whether the connection is local.
        </summary>
      <returns>
          
            true if the <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" />  is local; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ConnectionInfo.Name">
      <summary>
          Gets or sets the name of the connection.
        </summary>
      <returns>
          The <paramref name="name" /> parameter that is passed to the <see cref="M:Microsoft.Web.Management.Client.ConnectionInfoCollection.#ctor(Microsoft.Web.Management.Client.IConnectionManager)" /> constructor or is subsequently set with the <see cref="P:Microsoft.Web.Management.Client.ConnectionInfo.Name" /> property.
        </returns>
    </member>
    <member name="E:Microsoft.Web.Management.Client.ConnectionInfo.RenamedEventHandler">
      <summary>
          Occurs when the name of the connection changes.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ConnectionInfo.Scope">
      <summary>
          Gets the scope of the connection.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Server.ManagementScope" /> object that is passed to the <see cref="M:Microsoft.Web.Management.Client.ConnectionInfoCollection.#ctor(Microsoft.Web.Management.Client.IConnectionManager)" /> constructor. 
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ConnectionInfo.ScopePath">
      <summary>
          Gets the scope path of the connection.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.ManagementScopePath" /> object that is passed to the <see cref="M:Microsoft.Web.Management.Client.ConnectionInfoCollection.#ctor(Microsoft.Web.Management.Client.IConnectionManager)" /> constructor. 
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ConnectionInfo.Url">
      <summary>
          Gets or sets the URL of the connection.
        </summary>
      <returns>
          The URL that is saved in the <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" /> object.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ConnectionInfoCollection">
      <summary>
          Defines a collection of registered connections.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ConnectionInfoCollection.#ctor(Microsoft.Web.Management.Client.IConnectionManager)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ConnectionInfoCollection" /> class.
        </summary>
      <param name="owner">
              The object that creates the new <see cref="T:Microsoft.Web.Management.Client.ConnectionInfoCollection" /> object.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ConnectionInfoCollection.Item(System.String)">
      <summary>
          Gets the connection that has the specified name from the collection.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" /> object with the specified name, or null if a <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" /> with the specified name is not in the collection.
        </returns>
      <param name="name">
              The name of the <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" /> object.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ControlPanelCategorization">
      <summary>
          Represents a category type for items in the Gestionnaire des services IIS workspace.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ControlPanelCategorization.#ctor(System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ControlPanelCategorization" /> class.
        </summary>
      <param name="key">
              The unique identifier of the category type.
            </param>
      <param name="displayName">
              The display name of the category type.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="key" /> or <paramref name="displayName" /> parameter is empty or null.
            </exception>
    </member>
    <member name="F:Microsoft.Web.Management.Client.ControlPanelCategorization.AreaCategorization">
      <summary>
          Specifies the string "Role".
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.ControlPanelCategorization.CategoryCategorization">
      <summary>
          Specifies the string "Function".
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ControlPanelCategorization.DisplayName">
      <summary>
          Gets the display name of the category type.
        </summary>
      <returns>
          The display name of the category type.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ControlPanelCategorization.Equals(System.Object)">
      <summary>
          Gets a value indicating whether two category types have the same display name.
        </summary>
      <returns>
          
            true if the value of the <see cref="P:Microsoft.Web.Management.Client.ControlPanelCategorization.DisplayName" /> property is the same for both <see cref="T:Microsoft.Web.Management.Client.ControlPanelCategorization" /> objects; otherwise, false.
        </returns>
      <param name="obj">
              The <see cref="T:Microsoft.Web.Management.Client.ControlPanelCategorization" /> object to check for equality.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ControlPanelCategorization.GetHashCode">
      <summary>
          Gets the hash code of the category type.
        </summary>
      <returns>
          The sum of the hash codes for the <see cref="P:Microsoft.Web.Management.Client.ControlPanelCategorization.Key" /> and <see cref="P:Microsoft.Web.Management.Client.ControlPanelCategorization.DisplayName" /> properties.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ControlPanelCategorization.Key">
      <summary>
          Gets the unique identifier of the category type.
        </summary>
      <returns>
          The unique identifier of the category type.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ControlPanelCategoryInfo">
      <summary>
          Represents a category of items in Features View of the Gestionnaire des services IIS workspace. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ControlPanelCategoryInfo.#ctor(System.String,System.String,System.String,Microsoft.Web.Management.Client.ControlPanelCategorization)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ControlPanelCategoryInfo" /> class.
        </summary>
      <param name="name">
              The name of the <see cref="T:Microsoft.Web.Management.Client.ControlPanelCategoryInfo" /> object.
            </param>
      <param name="text">
              The name of the category, as displayed in the user interface.
            </param>
      <param name="description">
              The description of the category.
            </param>
      <param name="categorization">
              The <see cref="T:Microsoft.Web.Management.Client.ControlPanelCategorization" /> object that is associated with the category. 
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" /> or <paramref name="text" /> parameter is empty or null.
            </exception>
    </member>
    <member name="F:Microsoft.Web.Management.Client.ControlPanelCategoryInfo.ApplicationDevelopment">
      <summary>
          Specifies the string "ApplicationDevelopment".
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.ControlPanelCategoryInfo.AspNet">
      <summary>
          Specifies the string "ASP.NET".
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ControlPanelCategoryInfo.Categorization">
      <summary>
          Gets the category type for items in Features View of the Gestionnaire des services IIS workspace.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.ControlPanelCategorization" /> object.
        </returns>
    </member>
    <member name="F:Microsoft.Web.Management.Client.ControlPanelCategoryInfo.CommonHttp">
      <summary>
          Specifies the string "CommonHttp".
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ControlPanelCategoryInfo.Description">
      <summary>
          Gets the description of the category.
        </summary>
      <returns>
          The description of the category.
        </returns>
    </member>
    <member name="F:Microsoft.Web.Management.Client.ControlPanelCategoryInfo.HealthAndDiagnostics">
      <summary>
          Specifies the string "HealthAndDiagnostics".
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.ControlPanelCategoryInfo.Iis">
      <summary>
          Specifies the string "IIS".
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.ControlPanelCategoryInfo.Management">
      <summary>
          Specifies the string "Management".
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ControlPanelCategoryInfo.Name">
      <summary>
          Gets the name of the category.
        </summary>
      <returns>
          The name of the category.
        </returns>
    </member>
    <member name="F:Microsoft.Web.Management.Client.ControlPanelCategoryInfo.Performance">
      <summary>
          Specifies the string "Performance".
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.ControlPanelCategoryInfo.Security">
      <summary>
          Specifies the string "Security".
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.ControlPanelCategoryInfo.Server">
      <summary>
          Specifies the string "Server".
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ControlPanelCategoryInfo.Text">
      <summary>
          Gets the name of the category, as displayed in the user interface.
        </summary>
      <returns>
          The name of the category, as displayed in the user interface.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ControlPanelCategoryInfo.ToString">
      <summary>
          Returns the name of the category that is displayed in Gestionnaire des services IIS.
        </summary>
      <returns>
          The string that is specified by the <see cref="T:Microsoft.Web.Management.Client.ControlPanelCategoryInfo" /> constructor.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.CredentialInfo">
      <summary>
          Provides a container class for user credentials to access system resources.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.CredentialInfo.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.CredentialInfo" /> class.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.CredentialInfo.Password">
      <summary>
          Sets or gets the password.
        </summary>
      <returns>
          The password.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.CredentialInfo.ToString">
      <summary>
          Returns the user name.
        </summary>
      <returns>
          The user name.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.CredentialInfo.UserName">
      <summary>
          Sets or gets the user name.
        </summary>
      <returns>
          The user name.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.CredentialInfoEventArgs">
      <summary>
          Provides data for an event handler regarding the acquisition of credentials.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.CredentialInfoEventArgs.#ctor(Microsoft.Web.Management.Client.CredentialInfo)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.CredentialInfoEventArgs" /> class.
        </summary>
      <param name="credentials">
              The user credentials.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.CredentialInfoEventArgs.Credentials">
      <summary>
          Gets the <see cref="T:Microsoft.Web.Management.Client.CredentialInfo" /> object that is passed to the <see cref="M:Microsoft.Web.Management.Client.CredentialInfoEventArgs.#ctor(Microsoft.Web.Management.Client.CredentialInfo)" /> constructor.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.CredentialInfo" /> that is passed to the <see cref="M:Microsoft.Web.Management.Client.CredentialInfoEventArgs.#ctor(Microsoft.Web.Management.Client.CredentialInfo)" /> constructor.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.GroupTaskItem">
      <summary>
          Provides a container class for group tasks.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.GroupTaskItem.#ctor(System.String,System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.GroupTaskItem" /> class. 
        </summary>
      <param name="memberName">
              The key used internally by other classes to store a property value.
            </param>
      <param name="text">
              The name of the task group.
            </param>
      <param name="category">
              The category of the task group.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.GroupTaskItem.#ctor(System.String,System.String,System.String,System.Boolean)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.GroupTaskItem" /> class.
        </summary>
      <param name="memberName">
              The key used internally by other classes to store a property value.
            </param>
      <param name="text">
              The name of the task group.
            </param>
      <param name="category">
              The category of the task group.
            </param>
      <param name="isHeading">
              A read-only Boolean flag.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.GroupTaskItem.IsHeading">
      <summary>
          Gets the value of the Boolean <paramref name="isHeading" /> parameter that is passed to the constructor.
        </summary>
      <returns>
          The value of the <paramref name="isHeading" /> parameter that is passed to the constructor.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.GroupTaskItem.Items">
      <summary>
          Gets the list of task items.
        </summary>
      <returns>
          The list of task items.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.GroupTaskItem.MemberName">
      <summary>
          Gets the member name.
        </summary>
      <returns>
          The member name.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.HierarchyCollectionEventArgs">
      <summary>
          Provides data for an event that occurs when child nodes are added to the hierarchy of items in Gestionnaire des services IIS.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyCollectionEventArgs.#ctor(Microsoft.Web.Management.Client.HierarchyInfo,System.Collections.Generic.IEnumerable{Microsoft.Web.Management.Client.HierarchyInfo})">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.HierarchyCollectionEventArgs" /> class. 
        </summary>
      <param name="hierarchyInfo">
              The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object that changed.
            </param>
      <param name="childrenAdded">
              The list of <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> child nodes that were added.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyCollectionEventArgs.ChildrenAdded">
      <summary>
          Gets the list of child nodes that were added to the hierarchy in Gestionnaire des services IIS.
        </summary>
      <returns>
          The list of child nodes that were added.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyCollectionEventArgs.HierarchyInfo">
      <summary>
          Gets the hierarchy of items in Gestionnaire des services IIS.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.HierarchyCollectionEventHandler">
      <summary>
          Represents the method that will handle an event that contains <see cref="T:Microsoft.Web.Management.Client.HierarchyCollectionEventArgs" /> data.
        </summary>
      <param name="sender">
              The source of the event. 
            </param>
      <param name="e">
              An <see cref="T:Microsoft.Web.Management.Client.HierarchyCollectionEventArgs" /> object that contains the event data.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.HierarchyInfo">
      <summary>
          Manages the hierarchy of objects added to a <see cref="T:Microsoft.Web.Management.Client.Module" /> derived class.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.#ctor(System.IServiceProvider)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> class, using the specified service provider. 
        </summary>
      <param name="serviceProvider">
              An <see cref="T:System.IServiceProvider" /> interface.
            </param>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyInfo.Application">
      <summary>
          The literal string "Microsoft.Web.Management.HierarchyInfo.Application".
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyInfo.ApplicationConnection">
      <summary>
          The literal string "Microsoft.Web.Management.HierarchyInfo.ApplicationConnection".
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyInfo.ApplicationPools">
      <summary>
          The literal string "Microsoft.Web.Management.HierarchyInfo.ApplicationPools".
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.Collapse">
      <summary>
          Hides the child nodes.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfo.Connection">
      <summary>
          Gets the connection associated with the node.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.Connection" /> that represents the connection for the node.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.Delete">
      <summary>
          Deletes the node from the hierarchy. 
        </summary>
      <returns>
          
            true if the node is successfully removed; otherwise, false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.Dispose">
      <summary>
          Releases all resources used by the <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" />. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.Expand">
      <summary>
          Expands the node and displays the child nodes.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyInfo.File">
      <summary>
          The literal string "Microsoft.Web.Management.HierarchyInfo.File".
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyInfo.Folder">
      <summary>
          The literal string "Microsoft.Web.Management.HierarchyInfo.Folder".
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyInfo.FtpSites">
      <summary>
          The literal string "Microsoft.Web.Management.HierarchyInfo.FtpSites".
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.GetChildren">
      <summary>
          When overridden in the derived class, returns the child nodes.
        </summary>
      <returns>
          An array of <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> objects, or null if this method is not overridden.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.GetService(System.Type)">
      <summary>
          Gets the service object of the specified type.
        </summary>
      <returns>
          A service object of the type specified by the <paramref name="type" /> parameter, or null if there is no service object of type <paramref name="type" />.
        </returns>
      <param name="type">
              An object that specifies the type of service object to get. 
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfo.Image">
      <summary>
          Gets the image associated with the node for use in Gestionnaire des services IIS.
        </summary>
      <returns>
          The <see cref="T:System.Drawing.Image" /> object that contains the image for the node.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfo.IsExtendable">
      <summary>
          Gets a value indicating whether the node supports child nodes.
        </summary>
      <returns>
          
            true if the node is extendable; otherwise, false. The default is true.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfo.IsLoaded">
      <summary>
          Gets a value indicating whether all child nodes have been added.
        </summary>
      <returns>
          
            true if the <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object has child nodes and all the child nodes have been added; otherwise, false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.Navigate(System.Type)">
      <summary>
          Navigates the Gestionnaire des services IIS Connections pane to the specified page. 
        </summary>
      <returns>
          
            true if the navigation was successful; otherwise, false.
        </returns>
      <param name="pageType">
              The target node type.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.Navigate(System.Type,System.Object)">
      <summary>
          Navigates the Gestionnaire des services IIS Connections pane to the specified page. 
        </summary>
      <returns>
          
            true if the navigation was successful; otherwise, false.
        </returns>
      <param name="pageType">
              The target node type.
            </param>
      <param name="navigationData">
              Navigation data.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfo.NodeType">
      <summary>
          When overridden in a derived class, gets the type of node added to the hierarchy.
        </summary>
      <returns>
          The node type.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfo.NodeTypeName">
      <summary>
          When overridden in a derived class, gets the instance name of the node added to the hierarchy. 
        </summary>
      <returns>
          The instance node type.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.OnDeleting(System.ComponentModel.CancelEventArgs)">
      <summary>
          Occurs when the <see cref="M:Microsoft.Web.Management.Client.HierarchyInfo.Delete" /> method is called from the user interface (UI) or programmatically.
        </summary>
      <param name="e">
              A <see cref="T:System.ComponentModel.CancelEventArgs" /> that contains the event data.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.OnRenamed(Microsoft.Web.Management.Client.HierarchyRenameEventArgs)">
      <summary>
          Occurs when the Rename command is called from the user interface (UI) or programmatically and is not canceled from the <see cref="M:Microsoft.Web.Management.Client.HierarchyInfo.OnRenaming(Microsoft.Web.Management.Client.HierarchyRenameEventArgs)" /> method.
        </summary>
      <param name="e">
              A <see cref="T:Microsoft.Web.Management.Client.HierarchyRenameEventArgs" />  that contains the event data.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.OnRenaming(Microsoft.Web.Management.Client.HierarchyRenameEventArgs)">
      <summary>
          Occurs when the Rename command is called from the user interface (UI) or programmatically.
        </summary>
      <param name="e">
              A <see cref="T:Microsoft.Web.Management.Client.HierarchyRenameEventArgs" /> that contains the event data
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.OnSelected">
      <summary>
          Occurs when the object derived from <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> is selected.
        </summary>
      <returns>
          
            true if the <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object was successfully selected; otherwise, false. When this method is not overridden, returns true.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfo.Parent">
      <summary>
          Gets the parent node.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object that is the parent of the current node.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfo.Priority">
      <summary>
          Gets the listing priority order for the node.
        </summary>
      <returns>
          One of the <see cref="T:Microsoft.Web.Management.Client.HierarchyPriority" /> values. The default is <see cref="F:Microsoft.Web.Management.Client.HierarchyPriority.Normal" />.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfo.Properties">
      <summary>
          When overridden in a derived class, gets a dictionary of node-specific information.
        </summary>
      <returns>
          A <see cref="T:System.Collections.IDictionary" /> interface that contains node-specific information.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.Refresh">
      <summary>
          Occurs when the Refresh command is called from the user interface (UI) or programmatically.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.Select">
      <summary>
          Navigates to the calling HierarchyInfo derived object in the IIS Manager Connections pane.
        </summary>
      <returns>
          
            true if IIS Manager can move to the current <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" />; otherwise, false.
        </returns>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyInfo.ServerConnection">
      <summary>
          The literal string "Microsoft.Web.Management.HierarchyInfo.ServerConnection".
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyInfo.Site">
      <summary>
          The literal string "Microsoft.Web.Management.HierarchyInfo.Site".
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyInfo.SiteConnection">
      <summary>
          The literal string "Microsoft.Web.Management.HierarchyInfo.SiteConnection".
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyInfo.Sites">
      <summary>
          The literal string "Microsoft.Web.Management.HierarchyInfo.Sites".
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyInfo.Start">
      <summary>
          The literal string "Microsoft.Web.Management.HierarchyInfo.Start".
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfo.SupportsChildren">
      <summary>
          Gets a value indicating whether the node supports child nodes.
        </summary>
      <returns>
          
            true if the node supports child nodes; otherwise, false. The default is true.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfo.SupportsDelete">
      <summary>
          Gets a value indicating whether the node supports removal.
        </summary>
      <returns>
          
            true if the node supports deletion; otherwise, false. The default is false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfo.SupportsRename">
      <summary>
          Gets a value indicating whether the node supports renaming.
        </summary>
      <returns>
          
            true if the node supports renaming; otherwise, false. The default is false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.System#IDisposable#Dispose"></member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.System#IServiceProvider#GetService(System.Type)"></member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfo.Tasks">
      <summary>
          Gets a container of user-definable methods.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.TaskListCollection" /> object that contains a list of methods and their associated metadata.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfo.Text">
      <summary>
          When overridden in a derived class, gets the name for the node.
        </summary>
      <returns>
          The name for the node.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfo.ToolTip">
      <summary>
          When overridden in the derived class, gets the tooltip text for the node.
        </summary>
      <returns>
          The tooltip text for the node.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfo.Update">
      <summary>
          Updates the view of the current node in the Connections pane of Gestionnaire des services IIS.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyInfo.VirtualDirectory">
      <summary>
          The literal string "Microsoft.Web.Management.HierarchyInfo.VirtualDirectory".
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfo.Visibility">
      <summary>
          Gets the visibility of the node in Gestionnaire des services IIS.
        </summary>
      <returns>
          One of the <see cref="T:Microsoft.Web.Management.Client.HierarchyVisibility" /> values. The default is <see cref="F:Microsoft.Web.Management.Client.HierarchyVisibility.All" />.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.HierarchyInfoEventArgs">
      <summary>
          Provides data for an event that occurs when the hierarchy of items in Gestionnaire des services IIS is changed.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfoEventArgs.#ctor(Microsoft.Web.Management.Client.HierarchyInfo)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.HierarchyInfoEventArgs" /> class. 
        </summary>
      <param name="hierarchyInfo">
              The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object that changed.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfoEventArgs.HierarchyInfo">
      <summary>
          Gets the hierarchy of items in Gestionnaire des services IIS.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.HierarchyInfoEventHandler">
      <summary>
          Represents the method that will handle an event that contains <see cref="T:Microsoft.Web.Management.Client.HierarchyInfoEventArgs" /> data.
        </summary>
      <param name="sender">
              The source of the event.
            </param>
      <param name="e">
              A <see cref="T:Microsoft.Web.Management.Client.HierarchyInfoEventArgs" /> object that contains the event data.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.HierarchyInfoSyncSelectionEventArgs">
      <summary>
          Provides data for an event that occurs when the hierarchy service synchronizes the active page to reflect selection changes in the hierarchy.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyInfoSyncSelectionEventArgs.#ctor(Microsoft.Web.Management.Client.Connection,Microsoft.Web.Management.Client.HierarchyInfo,System.Type)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.HierarchyInfoSyncSelectionEventArgs" /> class.
        </summary>
      <param name="connection">
              The <see cref="T:Microsoft.Web.Management.Client.Connection" /> for the selection.
            </param>
      <param name="hierarchyInfo">
              The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> for the selection.
            </param>
      <param name="pageType">
              The type of the page.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfoSyncSelectionEventArgs.Connection">
      <summary>
          Gets the connection.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.Connection" /> object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfoSyncSelectionEventArgs.HierarchyInfo">
      <summary>
          Gets or sets the hierarchy of objects in a module.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyInfoSyncSelectionEventArgs.PageType">
      <summary>
          Gets the type of the page.
        </summary>
      <returns>
          The type of the page.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.HierarchyPriority">
      <summary>
          Specifies the priority for ordering items on a page.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyPriority.Lowest">
      <summary>
          The item will be placed after items with any other priority. 
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyPriority.Lower">
      <summary>
          The item will be placed after items with <see cref="F:Microsoft.Web.Management.Client.HierarchyPriority.Normal" /> priority and before those with <see cref="F:Microsoft.Web.Management.Client.HierarchyPriority.Lowest" /> priority.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyPriority.Normal">
      <summary>
          The item will be placed after items with <see cref="F:Microsoft.Web.Management.Client.HierarchyPriority.Higher" /> priority and before those with <see cref="F:Microsoft.Web.Management.Client.HierarchyPriority.Lower" /> priority.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyPriority.Higher">
      <summary>
          The item will be placed after items with <see cref="F:Microsoft.Web.Management.Client.HierarchyPriority.Highest" /> priority and before those with <see cref="F:Microsoft.Web.Management.Client.HierarchyPriority.Normal" /> priority.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyPriority.Highest">
      <summary>
          The item will be placed before items with any other priority. 
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Client.HierarchyProvider">
      <summary>
          Provides the base class for extending the tree view in Gestionnaire des services IIS for new nodes or shortcut menus of existing nodes. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyProvider.#ctor(System.IServiceProvider)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.HierarchyProvider" /> class. 
        </summary>
      <param name="serviceProvider">
              The service provider.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyProvider.GetChildren(Microsoft.Web.Management.Client.HierarchyInfo)">
      <summary>
          Returns the child nodes to the hierarchy service.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object to add to the Connections pane in Gestionnaire des services IIS.
        </returns>
      <param name="item">
              The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object to add.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyProvider.GetService(System.Type)">
      <summary>
          Retrieves the requested service.
        </summary>
      <returns>
          The requested service object, or null if the service does not exist.
        </returns>
      <param name="serviceType">
              The <see cref="T:System.Type" /> object of the requested <see cref="T:System.IServiceProvider" /> interface.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyProvider.GetTasks(Microsoft.Web.Management.Client.HierarchyInfo)">
      <summary>
          Returns the set of tasks for the specified node in the Connections pane of Gestionnaire des services IIS.
        </summary>
      <returns>
          The task list.
        </returns>
      <param name="item">
              The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object for which to retrieve the tasks.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyProvider.SyncSelection(Microsoft.Web.Management.Client.HierarchyInfoSyncSelectionEventArgs)">
      <summary>
          Sets the node in the Connection pane tree view to the current node.
        </summary>
      <param name="item">
              The selected item.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyProvider.System#IServiceProvider#GetService(System.Type)"></member>
    <member name="T:Microsoft.Web.Management.Client.HierarchyRenameEventArgs">
      <summary>
          Provides data for the <see cref="M:Microsoft.Web.Management.Client.HierarchyInfo.OnRenaming(Microsoft.Web.Management.Client.HierarchyRenameEventArgs)" /> and <see cref="M:Microsoft.Web.Management.Client.HierarchyInfo.OnRenamed(Microsoft.Web.Management.Client.HierarchyRenameEventArgs)" /> methods. This class cannot be inherited. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyRenameEventArgs.#ctor(System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.HierarchyRenameEventArgs" /> class. 
        </summary>
      <param name="label">
              The new page name.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyRenameEventArgs.Cancel">
      <summary>
          Gets or sets a value indicating whether the rename operation has been canceled.  
        </summary>
      <returns>
          
            true if the rename operation has been canceled; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyRenameEventArgs.Label">
      <summary>
          Gets or sets the new node name that is associated with the page. 
        </summary>
      <returns>
          The name of the node after the event, or null if the user pressed ESC to cancel the rename operation or pressed ENTER without modifying the node text.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.HierarchyService">
      <summary>
          Contains all the members for customizing the tree view in the Connections pane in Gestionnaire des services IIS. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyService.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.HierarchyService" /> class. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyService.AddChildren(Microsoft.Web.Management.Client.HierarchyInfo,System.Collections.Generic.IEnumerable{Microsoft.Web.Management.Client.HierarchyInfo})">
      <summary>
          When overridden in a derived class, adds the specified child nodes to the parent node. 
        </summary>
      <param name="hierarchyInfo">
              The parent <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object.
            </param>
      <param name="childrenInfo">
              The child <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object to add.
            </param>
    </member>
    <member name="E:Microsoft.Web.Management.Client.HierarchyService.ChildrenAdded">
      <summary>
          Occurs when child nodes are added to a node, either through the Gestionnaire des services IIS user interface or programmatically.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyService.Collapse(Microsoft.Web.Management.Client.HierarchyInfo)">
      <summary>
          When overridden in a derived class, collapses the specified node. 
        </summary>
      <param name="hierarchyInfo">
              The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object to collapse.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyService.Expand(Microsoft.Web.Management.Client.HierarchyInfo)">
      <summary>
          When overridden in a derived class, expands the specified node. 
        </summary>
      <param name="hierarchyInfo">
              The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object to expand.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyService.GetChildren(Microsoft.Web.Management.Client.HierarchyInfo)">
      <summary>
          When overridden in a derived class, returns the collection of child nodes of the specified node. 
        </summary>
      <returns>
          An array of <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> objects.
        </returns>
      <param name="hierarchyInfo">
              The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object from which to retrieve the child nodes.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyService.GetTasks(Microsoft.Web.Management.Client.HierarchyInfo)">
      <summary>
          When overridden in a derived class, retrieves a collection of tasks for the node. 
        </summary>
      <returns>
          A collection of tasks that are associated with the node.
        </returns>
      <param name="hierarchyInfo">
              The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object for which to retrieve the tasks.
            </param>
    </member>
    <member name="E:Microsoft.Web.Management.Client.HierarchyService.InfoCollapsed">
      <summary>
          Occurs when a node is collapsed, either through the Gestionnaire des services IIS user interface or programmatically.
        </summary>
    </member>
    <member name="E:Microsoft.Web.Management.Client.HierarchyService.InfoExpanded">
      <summary>
          Occurs when a node is expanded, either through the Gestionnaire des services IIS user interface or programmatically.
        </summary>
    </member>
    <member name="E:Microsoft.Web.Management.Client.HierarchyService.InfoRefreshed">
      <summary>
          Occurs when a node is refreshed, either through the Gestionnaire des services IIS user interface or programmatically.
        </summary>
    </member>
    <member name="E:Microsoft.Web.Management.Client.HierarchyService.InfoRemoved">
      <summary>
          Occurs when a node is removed from the hierarchy in the Connections pane, either through the Gestionnaire des services IIS user interface or programmatically. 
        </summary>
    </member>
    <member name="E:Microsoft.Web.Management.Client.HierarchyService.InfoUpdated">
      <summary>
          Occurs when the hierarchy service is updated. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyService.Refresh(Microsoft.Web.Management.Client.HierarchyInfo)">
      <summary>
          When overridden in a derived class, refreshes the Connections pane in Gestionnaire des services IIS. 
        </summary>
      <param name="hierarchyInfo">
              The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> node to refresh.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyService.Remove(Microsoft.Web.Management.Client.HierarchyInfo)">
      <summary>
          When overridden in a derived class, removes the specified node from the Connections pane in Gestionnaire des services IIS. 
        </summary>
      <param name="hierarchyInfo">
              The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object to remove.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyService.Select(Microsoft.Web.Management.Client.HierarchyInfo)">
      <summary>
          When overridden in a derived class, selects the specified node in the Connections pane in Gestionnaire des services IIS. 
        </summary>
      <returns>
          
            true if Gestionnaire des services IIS can select the <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object; otherwise, false.
        </returns>
      <param name="hierarchyInfo">
              The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> to select.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.HierarchyService.SelectedInfo">
      <summary>
          When overridden in a derived class, gets the hierarchy information for the selected node.
        </summary>
      <returns>
          The node that is currently selected.
        </returns>
    </member>
    <member name="E:Microsoft.Web.Management.Client.HierarchyService.SelectedInfoChanged">
      <summary>
          Occurs when the selected object is changed. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyService.SyncSelection(Microsoft.Web.Management.Client.HierarchyInfoSyncSelectionEventArgs)">
      <summary>
          When overridden in a derived class, synchronizes the node in the Connections pane tree view to a specified node. 
        </summary>
      <param name="item">
              The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfoSyncSelectionEventArgs" /> object that contains the <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object to be synchronized.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.HierarchyService.Update(Microsoft.Web.Management.Client.HierarchyInfo)">
      <summary>
          When overridden in a derived class, updates the view of the specified node. 
        </summary>
      <param name="hierarchyInfo">
              The <see cref="T:Microsoft.Web.Management.Client.HierarchyInfo" /> object to be updated.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.HierarchyVisibility">
      <summary>
          Specifies the display mode of nodes in the graphical user interface (GUI) of Gestionnaire des services IIS.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyVisibility.All">
      <summary>
          Displays all nodes at the current leaf level in the Connections pane and the Content pane.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyVisibility.Hierarchy">
      <summary>
          Displays all hierarchical nodes.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.HierarchyVisibility.List">
      <summary>
          Displays all content nodes.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ICertificateVerificationBuilder">
      <summary>
          Defines a certificate verification builder.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ICertificateVerificationBuilder.VerifyCertificate(System.IServiceProvider,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors)">
      <summary>
          Verifies the specified X.509 certificate.
        </summary>
      <returns>
          
            true if the specified certificate is valid; otherwise, false.
        </returns>
      <param name="serviceProvider">
              The <see cref="T:System.IServiceProvider" /> object.
            </param>
      <param name="certificate">
              The X.509 certificate to verify.
            </param>
      <param name="chain">
              A certificate chain of X.509 certificates.
            </param>
      <param name="sslPolicyErrors">
              An enumeration value that specifies the Secure Sockets Layer (SSL) policy errors.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.IConnectionBuilder">
      <summary>
          Defines a new connection to the host.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IConnectionBuilder.BuildConnection(System.IServiceProvider,Microsoft.Web.Management.Client.ConnectionInfo,System.Exception)">
      <summary>
          Creates a new connection by using existing connection information.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" /> object that contains information about the connection.
        </returns>
      <param name="serviceProvider">
              The <see cref="T:System.IServiceProvider" /> interface to connect to.
            </param>
      <param name="existingConnectionInfo">
              The current connection object.
            </param>
      <param name="connectionException">
              An exception that occurred during a connection.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IConnectionBuilder.BuildConnection(System.IServiceProvider,Microsoft.Web.Management.Server.ManagementScope)">
      <summary>
          Creates a new connection.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" /> object that contains information about the connection.
        </returns>
      <param name="serviceProvider">
              The <see cref="T:System.IServiceProvider" /> interface to connect to.
            </param>
      <param name="scope">
              An enumeration value that represents an application, server, or site management unit.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IConnectionBuilder.BuildFavorite(System.IServiceProvider,Microsoft.Web.Management.Server.ManagementScope)">
      <summary>
          Creates a new connection and adds it to the favorites.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" /> object that contains information about the connection.
        </returns>
      <param name="serviceProvider">
              The <see cref="T:System.IServiceProvider" /> interface to connect to.
            </param>
      <param name="scope">
              An enumeration value that represents an application, server, or site management unit.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.IConnectionManager">
      <summary>
          Represents a service that manages connections, including active, new, and serialized (favorites) connections. Also performs the logon handshake with the server.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IConnectionManager.ActivateConnection(Microsoft.Web.Management.Client.ConnectionInfo)">
      <summary>
          Activates a connection by opening a new management session.
        </summary>
      <returns>
          The connection specified by the <paramref name="connection" /> parameter.
        </returns>
      <param name="connection">
              The <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" />  object that contains the <see cref="T:Microsoft.Web.Management.Client.Connection" /> object to activate.
            </param>
    </member>
    <member name="E:Microsoft.Web.Management.Client.IConnectionManager.ConnectionActivated">
      <summary>
          Occurs when a connection is activated.
        </summary>
    </member>
    <member name="E:Microsoft.Web.Management.Client.IConnectionManager.ConnectionDeactivated">
      <summary>
          Occurs when a connection is deactivated.
        </summary>
    </member>
    <member name="E:Microsoft.Web.Management.Client.IConnectionManager.ConnectionRefreshed">
      <summary>
          Occurs when a connection has been refreshed.
        </summary>
    </member>
    <member name="E:Microsoft.Web.Management.Client.IConnectionManager.ConnectionRefreshing">
      <summary>
          Occurs when a connection is being refreshed.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.IConnectionManager.Connections">
      <summary>
          Gets the set of currently active management sessions, each represented by a <see cref="T:Microsoft.Web.Management.Client.Connection" /> object.
        </summary>
      <returns>
          The set of currently active management sessions.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IConnectionManager.DeactivateConnection(Microsoft.Web.Management.Client.Connection)">
      <summary>
          Deactivates a connection by closing a management session.
        </summary>
      <param name="connection">
              The <see cref="T:Microsoft.Web.Management.Client.Connection" /> object to deactivate.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IConnectionManager.GetConnectionActiveState(Microsoft.Web.Management.Client.ConnectionInfo)">
      <summary>
          Returns the state of the specified connection.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.ConnectionActiveState" /> object of the target <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" /> object.
        </returns>
      <param name="connection">
              The <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" /> object for the target <see cref="T:Microsoft.Web.Management.Client.Connection" /> state.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.IConnectionManager.IsDirty">
      <summary>
          Gets a value indicating whether information in the connection manager has changed.
        </summary>
      <returns>
          
            true if the connection manager information has changed; otherwise, false.
        </returns>
    </member>
    <member name="E:Microsoft.Web.Management.Client.IConnectionManager.IsDirtyChanged">
      <summary>
          Occurs when the value of the <see cref="P:Microsoft.Web.Management.Client.IConnectionManager.IsDirty" /> property is changed.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IConnectionManager.PerformLogin(Microsoft.Web.Management.Client.ConnectionInfo)">
      <summary>
          Connects with the Web management server to perform a logon operation.
        </summary>
      <returns>
          
            true if a logon connection can be made; otherwise, false.
        </returns>
      <param name="connection">
              The <see cref="T:Microsoft.Web.Management.Client.ConnectionInfo" /> object that is used to make the connection.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IConnectionManager.RefreshConnection(Microsoft.Web.Management.Client.Connection)">
      <summary>
          Refreshes the connection by logging on to the service.
        </summary>
      <returns>
          
            true if a logon connection can be refreshed; otherwise, false.
        </returns>
      <param name="connection">
              The <see cref="T:Microsoft.Web.Management.Client.Connection" /> object to refresh.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.IConnectionManager.RegisteredConnections">
      <summary>
          Gets the list of registered connections in Gestionnaire des services IIS.
        </summary>
      <returns>
          The list of registered connections.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IConnectionManager.Save">
      <summary>
          Saves registered collections into the user preferences.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.IConnectionManager.SupportsMultipleConnections">
      <summary>
          Gets a value indicating whether multiple connections are supported.
        </summary>
      <returns>
          
            true if multiple connections are supported; otherwise, false.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.IControlPanel">
      <summary>
          Provides functionality for managing the list of features available in the connection. 
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.IControlPanel.Categorizations">
      <summary>
          Gets the collection of categories that have been registered for the Home page of a connection in Gestionnaire des services IIS.
        </summary>
      <returns>
          A constructed generic <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:Microsoft.Web.Management.Client.ControlPanelCategorization" /> objects that represents the collection of categories that have been registered for the Home page.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.IControlPanel.ControlPanelPage">
      <summary>
          Gets the <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> object that represents the Home page of a connection in Gestionnaire des services IIS.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> object that represents the Home page.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IControlPanel.GetCategories(System.String)">
      <summary>
          Retrieves the set of categories that are registered for the specified category type.
        </summary>
      <returns>
          A constructed generic <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:Microsoft.Web.Management.Client.ControlPanelCategoryInfo" /> objects that represent the categories that have been registered for the specified category type.
        </returns>
      <param name="categorization">
              The category string that was used to register the category.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IControlPanel.GetCategory(System.String,Microsoft.Web.Management.Client.ModulePageInfo)">
      <summary>
          Retrieves the Home page category of the feature that is associated with the specified category string.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.ControlPanelCategoryInfo" /> object of which the current feature is a member, or null if the feature does not belong to any category.
        </returns>
      <param name="categorization">
              The category string that was used to register the category.
            </param>
      <param name="pageInfo">
              The <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" />  object that is associated with the specified <paramref name="categorization" /> string.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IControlPanel.GetPage(System.Type)">
      <summary>
          Retrieves the feature that has the specified type.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> object that represents the feature that has the specified page type, or null if there is no matching feature.
        </returns>
      <param name="pageType">
              The <see cref="T:System.Type" /> of the feature to retrieve.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IControlPanel.GetPages(Microsoft.Web.Management.Client.Module)">
      <summary>
          Retrieves the collection of features that are registered in the specified module.
        </summary>
      <returns>
          A constructed generic <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> objects that represent the features that are registered by the specified module.
        </returns>
      <param name="module">
              The target <see cref="T:Microsoft.Web.Management.Client.Module" /> object.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IControlPanel.GetPages(System.String,System.String)">
      <summary>
          Retrieves the collection of features that are registered in the specified category.
        </summary>
      <returns>
          A constructed generic <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> objects that represent the features that are registered in the specified category.
        </returns>
      <param name="categorization">
              The category string that was used to register the category.
            </param>
      <param name="categoryName">
              The category name for the returned collection.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.IControlPanel.Pages">
      <summary>
          Gets the collection of items registered by a specific module.
        </summary>
      <returns>
          A constructed generic <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> objects that represent items registered by a specific module.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IControlPanel.RegisterCategory(Microsoft.Web.Management.Client.ControlPanelCategoryInfo)">
      <summary>
          Registers a new category of features in the Home page.
        </summary>
      <param name="categoryInfo">
              The <see cref="T:Microsoft.Web.Management.Client.ControlPanelCategoryInfo" /> object to register.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IControlPanel.RegisterHomepage(Microsoft.Web.Management.Client.ModulePageInfo)">
      <summary>
          Registers the Home page that is associated with the connection.
        </summary>
      <param name="homepageInfo">
              The <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> object with which to replace the default Home page. 
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IControlPanel.RegisterPage(Microsoft.Web.Management.Client.ModulePageInfo)">
      <summary>
          Registers a new feature with the Home page without categorizing it.
        </summary>
      <param name="itemPageInfo">
              The <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> object to be registered.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IControlPanel.RegisterPage(System.String,Microsoft.Web.Management.Client.ModulePageInfo)">
      <summary>
          Registers a new item in a Home page category.
        </summary>
      <param name="categoryName">
              The name that is used to categorize the feature.
            </param>
      <param name="itemPageInfo">
              The <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> object to be registered.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ICredentialBuilder">
      <summary>
          Provides a dialog box for obtaining user credentials.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ICredentialBuilder.SetCredentials(System.IServiceProvider,System.Boolean)">
      <summary>
          Creates a <see cref="T:Microsoft.Web.Management.Client.CredentialInfo" /> object that contains the user name and password.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.CredentialInfo" /> object that contains the user name and password.
        </returns>
      <param name="serviceProvider">
              A <see cref="T:System.IServiceProvider" /> interface that represents the service provider for gathering user credentials.
            </param>
      <param name="verifyValidWindowsUserPassword">
              
                true if the password should be verified for Windows; otherwise, false.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ICredentialBuilder.SetCredentials(System.IServiceProvider,System.Boolean,System.EventHandler)">
      <summary>
          Creates a <see cref="T:Microsoft.Web.Management.Client.CredentialInfo" /> object that contains the user name and password and uses the specified event-handler delegate for a Help dialog box.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.CredentialInfo" /> object that contains the user name and password.
        </returns>
      <param name="serviceProvider">
              A <see cref="T:System.IServiceProvider" /> interface that represents the service provider for gathering user credentials.
            </param>
      <param name="verifyValidWindowsUserPassword">
              
                true if the password should be verified for Windows; otherwise, false.
            </param>
      <param name="showHelp">
              A <see cref="T:System.EventHandler" /> delegate for displaying a Help dialog box.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ICredentialBuilder.SpecifyCredentials(System.IServiceProvider,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String,System.String)">
      <summary>
          Displays a dialog box to gather credential information.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.CredentialInfo" /> object that is created with the parameters of this overload. 
        </returns>
      <param name="serviceProvider">
              A <see cref="T:System.IServiceProvider" /> interface that that represents the service provider for gathering user credentials.
            </param>
      <param name="dialogTitleText">
              The title for the dialog box.
            </param>
      <param name="userName">
              The user name.
            </param>
      <param name="password">
              The user password.
            </param>
      <param name="isModify">
              This parameter is reserved for future use.
            </param>
      <param name="verifyValidWindowsUserPassword">
              
                true if the password should be verified for Windows; otherwise, false.
            </param>
      <param name="description">
              A description of the user.
            </param>
      <param name="setSpecificCredentialsText">
              The specific user.
            </param>
      <param name="otherOptionText">
              The alternate user.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ICredentialBuilder.SpecifyCredentials(System.IServiceProvider,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String,System.String,System.EventHandler{Microsoft.Web.Management.Client.CredentialInfoEventArgs})">
      <summary>
          Displays a dialog box to gather credential information, using the specified event-handler delegate for saving changes.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.CredentialInfo" /> object that is created with the parameters of this overload.
        </returns>
      <param name="serviceProvider">
              A <see cref="T:System.IServiceProvider" /> interface that represents the service provider for gathering user credentials.
            </param>
      <param name="dialogTitleText">
              The title for the dialog box.
            </param>
      <param name="userName">
              The user name.
            </param>
      <param name="password">
              The user password.
            </param>
      <param name="isModify">
              This parameter is reserved for future use.
            </param>
      <param name="verifyValidWindowsUserPassword">
              
                true if the password should be verified for Windows; otherwise, false.
            </param>
      <param name="description">
              A description of the user.
            </param>
      <param name="setSpecificCredentialsText">
              The specific user.
            </param>
      <param name="otherOptionText">
              The alternate user.
            </param>
      <param name="commitHandler">
              The event-handler delegate that is used to save changes.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ICredentialBuilder.SpecifyCredentials(System.IServiceProvider,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String,System.String,System.EventHandler{Microsoft.Web.Management.Client.CredentialInfoEventArgs},System.EventHandler)">
      <summary>
          Displays a dialog box to gather credential information, using the specified event-handler delegates for saving changes and displaying Help.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.CredentialInfo" /> object that is created with the parameters of this overload.
        </returns>
      <param name="serviceProvider">
              A <see cref="T:System.IServiceProvider" /> interface that represents the service provider for gathering user credentials.
            </param>
      <param name="dialogTitleText">
              The title for the dialog box.
            </param>
      <param name="userName">
              The user name.
            </param>
      <param name="password">
              The user password.
            </param>
      <param name="isModify">
              This parameter is reserved for future use.
            </param>
      <param name="verifyValidWindowsUserPassword">
              
                true if the password should be verified for Windows; otherwise, false.
            </param>
      <param name="description">
              A description of the user.
            </param>
      <param name="setSpecificCredentialsText">
              The specific user.
            </param>
      <param name="otherOptionText">
              The alternate user.
            </param>
      <param name="commitHandler">
              The event-handler delegate that is used to save changes.
            </param>
      <param name="showHelp">
              The event-handler delegate that is used to display Help.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ICredentialBuilder.SpecifyCredentials(System.IServiceProvider,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String,System.String,System.EventHandler{Microsoft.Web.Management.Client.CredentialInfoEventArgs},System.EventHandler,System.Boolean)">
      <summary>
          Displays a dialog box to gather credential information, using the specified event-handler delegates for saving changes and displaying Help and the specified read-only parameter for the dialog box text.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.CredentialInfo" /> object that is created with the parameters of this overload. 
        </returns>
      <param name="serviceProvider">
              A <see cref="T:System.IServiceProvider" /> interface that represents the service provider for gathering user credentials.
            </param>
      <param name="dialogTitleText">
              The title for the dialog box.
            </param>
      <param name="userName">
              The user name.
            </param>
      <param name="password">
              The user password.
            </param>
      <param name="isModify">
              This parameter is reserved for future use.
            </param>
      <param name="verifyValidWindowsUserPassword">
              
                true if the password should be verified for Windows; otherwise, false.
            </param>
      <param name="description">
              A description of the user.
            </param>
      <param name="setSpecificCredentialsText">
              The specific user.
            </param>
      <param name="otherOptionText">
              The alternate user.
            </param>
      <param name="commitHandler">
              The event-handler delegate that is used to save changes.
            </param>
      <param name="showHelp">
              The event-handler delegate that is used to display Help.
            </param>
      <param name="readOnly">
              
                true if the text boxes in the dialog box are read-only; false if the text boxes are read/write.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.IExtensibilityManager">
      <summary>
          Provides a mechanism for modules to register their functionality with IIS Manager.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IExtensibilityManager.GetExtensions(System.Type)">
      <summary>
          Retrieves the list of currently registered extensions for the specified extension type.
        </summary>
      <returns>
          An <see cref="T:System.Collections.ICollection" /> that contains the list of currently registered extensions for the extension type.
        </returns>
      <param name="extensionType">
              The <see cref="T:System.Type" /> of the target extension.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IExtensibilityManager.RegisterExtension(System.Type,System.Object)">
      <summary>
          Registers an extension scoped to the current connection.
        </summary>
      <param name="extensionType">
              The <see cref="T:System.Type" /> of the extension.
            </param>
      <param name="extension">
              The target extension.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.IModuleChildPage">
      <summary>
          Provides access to the parent page of a child module page in Gestionnaire des services IIS.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.IModuleChildPage.ParentPage">
      <summary>
          Gets or sets the parent module page of this child page. 
        </summary>
      <returns>
          An <see cref="T:Microsoft.Web.Management.Client.IModulePage" /> object that is the parent of this <see cref="T:Microsoft.Web.Management.Client.IModuleChildPage" /> object.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.IModulePage">
      <summary>
          Provides properties and methods for developing and managing an Gestionnaire des services IIS extension.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.IModulePage.CanRefresh">
      <summary>
          Gets a value indicating whether the page can be refreshed.
        </summary>
      <returns>
          
            true if the page can be refreshed; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.IModulePage.HasChanges">
      <summary>
          Gets a value indicating whether the module page has changes.
        </summary>
      <returns>
          
            true if the <see cref="T:Microsoft.Web.Management.Client.IModulePage" /> interface has changes; otherwise, false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IModulePage.Initialize(Microsoft.Web.Management.Client.Module,Microsoft.Web.Management.Client.ModulePageInfo,System.Object)">
      <summary>
          Initializes the module with the <paramref name="pageInfo" /> properties when the page is first created.
        </summary>
      <param name="module">
              The <see cref="T:Microsoft.Web.Management.Client.Module" /> object to be initialized.
            </param>
      <param name="pageInfo">
              The <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> object for the page.
            </param>
      <param name="navigationData">
              An object that contains the location of the page.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IModulePage.OnActivated(System.Boolean)">
      <summary>
          Provides processing information when the page is activated.
        </summary>
      <param name="initialActivation">
              
                true to do additional processing for the first activation; otherwise, false.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IModulePage.OnDeactivating(System.ComponentModel.CancelEventArgs)">
      <summary>
          Provides a mechanism to cancel a page view change.
        </summary>
      <param name="e">
              A <see cref="T:System.ComponentModel.CancelEventArgs" /> that contains the event data.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.IModulePage.PageInfo">
      <summary>
          Gets the <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> object for the page.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> object for the page.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IModulePage.Refresh">
      <summary>
          Refreshes the module page.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IModulePage.ShowHelp">
      <summary>
          Indicates whether a Help dialog box is available for a module page.
        </summary>
      <returns>
          
            true if Help is supported; otherwise, false. The default is false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.IModulePage.Tasks">
      <summary>
          Gets a list of the tasks for the page.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.TaskListCollection" /> object that contains tasks for the page.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.INavigationService">
      <summary>
          Enables navigation between different pages in the Gestionnaire des services IIS user interface.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.INavigationService.CanNavigateBack">
      <summary>
          Gets a value indicating whether backward navigation is supported.
        </summary>
      <returns>
          
            true if backward navigation is supported; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.INavigationService.CanNavigateForward">
      <summary>
          Gets a value indicating whether forward navigation is supported.
        </summary>
      <returns>
          
            true if forward navigation is supported; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.INavigationService.CurrentItem">
      <summary>
          Gets the current page in the Gestionnaire des services IIS user interface.
        </summary>
      <returns>
          The current page.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.INavigationService.History">
      <summary>
          Gets the set of Gestionnaire des services IIS pages in the history.
        </summary>
      <returns>
          The set of pages in the history.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.INavigationService.Navigate(Microsoft.Web.Management.Client.Connection,Microsoft.Web.Management.Server.ManagementConfigurationPath,System.Type,System.Object)">
      <summary>
          Navigates to the specified page.
        </summary>
      <returns>
          
            true if navigation was successful; otherwise, false.
        </returns>
      <param name="connection">
              The <see cref="T:Microsoft.Web.Management.Client.Connection" /> object for the navigation target.
            </param>
      <param name="configurationPath">
              The <see cref="T:Microsoft.Web.Management.Server.ManagementConfigurationPath" /> object for the navigation target.
            </param>
      <param name="pageType">
              The page type for the navigation target.
            </param>
      <param name="navigationData">
              The navigation data for the navigation target.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.INavigationService.NavigateBack(System.Int32)">
      <summary>
          Moves backward to a previous page.
        </summary>
      <returns>
          
            true if navigation was successful; otherwise, false.
        </returns>
      <param name="steps">
              The number of pages to move backward.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.INavigationService.NavigateForward">
      <summary>
          Moves forward to the next page.
        </summary>
      <returns>
          
            true if navigation was successful; otherwise, false.
        </returns>
    </member>
    <member name="E:Microsoft.Web.Management.Client.INavigationService.NavigationPerformed">
      <summary>
          Occurs when the user navigates from one page to another.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Client.IPreferencesService">
      <summary>
          Provides functionality for modules and pages to store preference information.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IPreferencesService.GetPreferencesStore(System.Guid)">
      <summary>
          Returns the preference store instance that is associated with the specified identifier, or creates a new empty store if a store does not already exist.
        </summary>
      <returns>
          The preference store instance that is associated with the specified identifier.
        </returns>
      <param name="storeIdentifier">
              The preference store identifier.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IPreferencesService.GetPreferencesStore(System.Guid,Microsoft.Web.Management.Client.PreferencesStore@)">
      <summary>
          Returns the preference store instance, if one exists, that is associated with the specified identifier.
        </summary>
      <returns>
          
            true if the preference store exists; otherwise, false.
        </returns>
      <param name="storeIdentifier">
              The preference store identifier.
            </param>
      <param name="store">
              The preference store if one exists.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IPreferencesService.ResetPreferencesStore(System.Guid)">
      <summary>
          Deletes the preference store and all the data it contains.
        </summary>
      <param name="storeIdentifier">
              The preference store identifier.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IPreferencesService.Save">
      <summary>
          Saves the preferences.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Client.IPropertyEditingService">
      <summary>
          Enables properties of a specified object to be modified.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IPropertyEditingService.EditProperties(System.IServiceProvider,Microsoft.Web.Management.Client.IPropertyEditingUser,System.Object,System.String,System.String)">
      <summary>
          Launches a user interface (UI) that enables you to change the properties of the specified object.
        </summary>
      <returns>
          
            true if the properties of the specified object were changed; otherwise, false. 
        </returns>
      <param name="serviceProvider">
              The <see cref="T:System.IServiceProvider" /> interface.
            </param>
      <param name="user">
              An object that implements the <see cref="T:Microsoft.Web.Management.Client.IPropertyEditingUser" /> interface.
            </param>
      <param name="targetObject">
              The object to be edited.
            </param>
      <param name="titleText">
              The title for the edit dialog box.
            </param>
      <param name="helpText">
              Information to be displayed in a label on the edit dialog box.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IPropertyEditingService.EditProperties(System.IServiceProvider,Microsoft.Web.Management.Client.IPropertyEditingUser,System.Object,System.String,System.String,System.EventHandler)">
      <summary>
          Launches a user interface (UI) that enables you to change the properties of the specified object and specifies an event handler to show the Help for the topic.
        </summary>
      <returns>
          
            true if the properties of the specified object were changed; otherwise, false. 
        </returns>
      <param name="serviceProvider">
              The <see cref="T:System.IServiceProvider" /> interface.
            </param>
      <param name="user">
              An object that implements the <see cref="T:Microsoft.Web.Management.Client.IPropertyEditingUser" /> interface.
            </param>
      <param name="targetObject">
              The object to be edited.
            </param>
      <param name="titleText">
              The title for the edit dialog box.
            </param>
      <param name="helpText">
              Information to be displayed in a label on the edit dialog box.
            </param>
      <param name="showHelp">
              The <see cref="T:System.EventHandler" /> object that is called if the user clicks the Help button on the edit dialog box.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.IPropertyEditingUser">
      <summary>
          Provides update and validation services for objects.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IPropertyEditingUser.UpdateObjects(System.Object)">
      <summary>
          When overridden in a derived class, performs an update of the objects to the server.
        </summary>
      <returns>
          
            true if the property form is ready to be closed after the server is updated; otherwise, false.
        </returns>
      <param name="targetObject">
              The object to be updated to the server.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IPropertyEditingUser.ValidateObjects(System.Object)">
      <summary>
          When overridden in a derived class, performs client-side validation of objects.
        </summary>
      <param name="targetObject">
              The object to be validated.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.IProviderConfigurationService">
      <summary>
          Provides functionality for editing ASP.NET membership provider settings.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.IProviderConfigurationService.ConfigureProvider(Microsoft.Web.Management.Client.Extensions.ProviderFeature)">
      <summary>
          Configures the settings for the ASP.NET membership provider.
        </summary>
      <returns>
          
            true if configuration was successful; otherwise, false.
        </returns>
      <param name="feature">
              The ASP.NET membership provider that implements the custom configuration.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ManagementChannel">
      <summary>
          Provides the base class for remoting channels. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ManagementChannel.#ctor(Microsoft.Web.Management.Client.Connection,Microsoft.Web.Management.Client.ConnectionInfo)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ManagementChannel" /> class. 
        </summary>
      <param name="connection">
              Represents a connection to an application, server, or site.
            </param>
      <param name="connectionInfo">
              Information about a connection in a serializable form.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ManagementChannel.Connection">
      <summary>
          Gets a connection to an application, server, or site.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.Connection" /> channel with information relative to the management channel.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ManagementChannel.ConnectionInfo">
      <summary>
          Gets information about a connection in a serializable form.
        </summary>
      <returns>
          A <see cref="T:System.Web.Management.Client.ConnectionInfo" /> object with information relative to the connection.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ManagementChannel.DownloadAssembly(Microsoft.Web.Management.Client.AssemblyDownloadInfo,System.String)">
      <summary>
          Downloads the assembly to the specified path.
        </summary>
      <param name="info">
              Information of the assembly to download.
            </param>
      <param name="fileName">
              File name that will be generated by the download process.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ManagementChannel.Invoke(System.String,System.String,System.Object[])">
      <summary>
          Calls the specified method in the remote service.
        </summary>
      <returns>
          The return value from the call to the service, or null if the service has no return value.
        </returns>
      <param name="serviceName">
              The service to be called. The <paramref name="serviceName" /> must match a server side module name.
            </param>
      <param name="methodName">
              The name of the method to invoke.
            </param>
      <param name="parameters">
              An array of type <see cref="T:System.Object" /> that contains the parameters to pass to the method.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ManagementChannel.SetLastRequestConfigurationInfo(System.Boolean,System.String,System.String)">
      <summary>
          Sets the configuration use information.
        </summary>
      <param name="configurationUsed">
              
                true to indicate that this is the last request used for a configuration; otherwise false.
            </param>
      <param name="configurationPath">
              The configuration path for the file. 
            </param>
      <param name="locationSubPath">
              The name of a location tag.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ManagementScopePath">
      <summary>
          Encapsulates a management scope path for a server, site, or application. This class cannot be inherited. 
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ManagementScopePath.ApplicationPath">
      <summary>
          Gets the application path.
        </summary>
      <returns>
          The application path.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ManagementScopePath.CreateApplicationPath(System.String,System.Int32,System.String,System.String)">
      <summary>
          Creates an application path by using the specified parameters.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.ManagementScopePath" /> object that contains the parameters that are passed to this method.
        </returns>
      <param name="managementServerName">
              The name of the server.
            </param>
      <param name="port">
              The port number.
            </param>
      <param name="siteName">
              The name of the site.
            </param>
      <param name="applicationPath">
              The application path.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ManagementScopePath.CreateServerPath(System.String,System.Int32)">
      <summary>
          Creates a server path by using the specified server name and port number.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.ManagementScopePath" /> object that contains the parameters that are passed to this method.
        </returns>
      <param name="managementServerName">
              The name of the server.
            </param>
      <param name="port">
              The port number.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ManagementScopePath.CreateServerPath(System.String,System.Int32,Microsoft.Web.Management.Server.ManagementFrameworkVersion)">
      <summary>
          Creates a server path by using the specified server name, port number, and .NET Framework version.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.ManagementScopePath" /> object that contains the parameters that are passed to this method.
        </returns>
      <param name="managementServerName">
              The name of the server.
            </param>
      <param name="port">
              The port number.
            </param>
      <param name="frameworkVersion">
              The .NET Framework version.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ManagementScopePath.CreateSitePath(System.String,System.Int32,System.String)">
      <summary>
          Creates a server path by using the server name, port number, and site name.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.ManagementScopePath" /> object that contains the parameters that are passed to this method.
        </returns>
      <param name="managementServerName">
              The name of the server.
            </param>
      <param name="port">
              The port number.
            </param>
      <param name="siteName">
              The name of the site.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ManagementScopePath.Equals(System.Object)">
      <summary>
          Determines whether the specified object is equal to the current <see cref="T:Microsoft.Web.Management.Client.ManagementScopePath" /> object.
        </summary>
      <returns>
          
            true if the objects are equal; otherwise, false.
        </returns>
      <param name="obj">
              A <see cref="T:Microsoft.Web.Management.Client.ManagementScopePath" /> object.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ManagementScopePath.FrameworkVersion">
      <summary>
          Gets the .NET Framework version.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementFrameworkVersion" /> object that identifies the .NET Framework version.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ManagementScopePath.GetHashCode">
      <summary>
          Gets the hash code of the <see cref="T:Microsoft.Web.Management.Client.ManagementScopePath" /> object.
        </summary>
      <returns>
          The hash code of the <see cref="T:Microsoft.Web.Management.Client.ManagementScopePath" /> object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ManagementScopePath.Port">
      <summary>
          Gets the port number.
        </summary>
      <returns>
          The port number.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ManagementScopePath.ServerName">
      <summary>
          Gets the server name.
        </summary>
      <returns>
          The server name.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ManagementScopePath.ServerReference">
      <summary>
          Gets the server reference.
        </summary>
      <returns>
          The server reference.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ManagementScopePath.SetFrameworkVersion(Microsoft.Web.Management.Server.ManagementFrameworkVersion)">
      <summary>
          Sets the .NET Framework version.
        </summary>
      <param name="frameworkVersion">
              The .NET Framework version.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ManagementScopePath.SiteName">
      <summary>
          Gets the site name.
        </summary>
      <returns>
          The site name.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.MessageTaskItem">
      <summary>
          Provides a container for task messages.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.MessageTaskItem.#ctor(Microsoft.Web.Management.Client.MessageTaskItemType,System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItem" /> class with the specified message type, text, and category. 
        </summary>
      <param name="messageType">
              One of the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItemType" /> values. 
            </param>
      <param name="text">
              The text to display for the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItem" />.
            </param>
      <param name="category">
              The category of the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItem" />.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.MessageTaskItem.#ctor(Microsoft.Web.Management.Client.MessageTaskItemType,System.String,System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItem" /> class with the specified message type, text, category, and description.
        </summary>
      <param name="messageType">
              One of the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItemType" /> values.
            </param>
      <param name="text">
              The text to display for the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItem" />.
            </param>
      <param name="category">
              The category of the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItem" />.
            </param>
      <param name="description">
              The description of the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItem" />.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.MessageTaskItem.#ctor(Microsoft.Web.Management.Client.MessageTaskItemType,System.String,System.String,System.String,System.String,System.Object)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItem" /> class with the specified message type, text, category, description, method name, and user data.
        </summary>
      <param name="messageType">
              One of the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItemType" /> values.
            </param>
      <param name="text">
              The text to display for the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItem" />.
            </param>
      <param name="category">
              The category of the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItem" />.
            </param>
      <param name="description">
              The description of the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItem" />.
            </param>
      <param name="methodName">
              The name of the method to invoke.
            </param>
      <param name="userData">
              Arbitrary user data associated with the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItem" />.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.MessageTaskItem.MessageType">
      <summary>
          Gets the task item type of the message task item.
        </summary>
      <returns>
          One of the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItemType" /> values.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.MessageTaskItem.MethodName">
      <summary>
          Gets the method name associated with the message task item.
        </summary>
      <returns>
          The method name (passed by the <paramref name="methodName" /> parameter to the constructor) of the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItem" />.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.MessageTaskItem.UserData">
      <summary>
          Gets the user data associated with the message task item.
        </summary>
      <returns>
          The user data (passed by the <paramref name="userData" /> parameter to the constructor) of the <see cref="T:Microsoft.Web.Management.Client.MessageTaskItem" />.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.MessageTaskItemType">
      <summary>
          Specifies the message type for task messages.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.MessageTaskItemType.Information">
      <summary>
          The <see cref="T:Microsoft.Web.Management.Client.MessageTaskItem" /> type is informational.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.MessageTaskItemType.Warning">
      <summary>
          The <see cref="T:Microsoft.Web.Management.Client.MessageTaskItem" /> type is warning.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.MessageTaskItemType.Error">
      <summary>
          The <see cref="T:Microsoft.Web.Management.Client.MessageTaskItem" /> type is error.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Client.MethodTaskItemUsages">
      <summary>
          Specifies the type of the <see cref="T:Microsoft.Web.Management.Client.Win32.MethodTaskItem" /> object.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.MethodTaskItemUsages.TaskList">
      <summary>
          The <see cref="T:Microsoft.Web.Management.Client.Win32.MethodTaskItem" /> is for a <see cref="T:Microsoft.Web.Management.Client.TaskList" /> object.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.MethodTaskItemUsages.ContextMenu">
      <summary>
          The <see cref="T:Microsoft.Web.Management.Client.Win32.MethodTaskItem" /> is for a shortcut menu.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Module">
      <summary>
          Provides the main entry point in the client for all extensibility objects.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Module.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Module" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Module.Dispose">
      <summary>
          Releases all resources used by the <see cref="T:Microsoft.Web.Management.Client.Module" />. 
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.Module.FxVersion10">
      <summary>
          Represents the .NET Framework version 1.0.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.Module.FxVersion11">
      <summary>
          Represents the .NET Framework version 1.1.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.Module.FxVersion20">
      <summary>
          Represents the .NET Framework version 2.0.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.Module.FxVersionNotRequired">
      <summary>
          Indicates that the .NET Framework is not required.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Module.GetService(System.Type)">
      <summary>
          Retrieves the requested service.
        </summary>
      <returns>
          The requested service object, or null if the service does not exist.
        </returns>
      <param name="serviceType">
              The <see cref="T:System.Type" /> of the requested <see cref="T:System.IServiceProvider" /> service.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Module.Initialize(System.IServiceProvider,Microsoft.Web.Management.Server.ModuleInfo)">
      <summary>
          When overridden in a derived class, initializes the module. 
        </summary>
      <param name="serviceProvider">
              The <see cref="T:System.IServiceProvider" /> to initialize.
            </param>
      <param name="moduleInfo">
              The <see cref="T:Microsoft.Web.Management.Server.ModuleInfo" /> that contains initialization data.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Module.IsPageEnabled(Microsoft.Web.Management.Client.ModulePageInfo)">
      <summary>
          Returns a value indicating whether the specified page of the module is enabled.
        </summary>
      <returns>
          
            true if the page specified by <paramref name="pageInfo" /> is enabled; otherwise, false
        </returns>
      <param name="pageInfo">
              The <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> instance created in the <see cref="M:Microsoft.Web.Management.Client.Module.Initialize(System.IServiceProvider,Microsoft.Web.Management.Server.ModuleInfo)" /> method.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Module.MinimumFrameworkVersion">
      <summary>
          Gets the lowest version of the .NET Framework that is required by the module.
        </summary>
      <returns>
          A <see cref="T:System.Version" /> that represents the minimum supported .NET Framework version.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Module.ModuleInfo">
      <summary>
          Gets the <see cref="T:Microsoft.Web.Management.Server.ModuleInfo" /> instance that was passed to the <see cref="M:Microsoft.Web.Management.Client.Module.Initialize(System.IServiceProvider,Microsoft.Web.Management.Server.ModuleInfo)" /> method.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Server.ModuleInfo" /> instance that was passed to the <see cref="M:Microsoft.Web.Management.Client.Module.Initialize(System.IServiceProvider,Microsoft.Web.Management.Server.ModuleInfo)" /> method.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Module.System#IDisposable#Dispose"></member>
    <member name="M:Microsoft.Web.Management.Client.Module.System#IServiceProvider#GetService(System.Type)"></member>
    <member name="P:Microsoft.Web.Management.Client.Module.Tasks">
      <summary>
          When overridden in a derived class, gets the task list for the module. 
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.TaskListCollection" /> for the module. When not overridden, returns null.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ModuleHomepageAttribute">
      <summary>
          Determines whether a specified <see cref="T:Microsoft.Web.Management.Client.IModulePage" /> object is the client's home page. This class cannot be inherited. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModuleHomepageAttribute.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ModuleHomepageAttribute" /> class. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModuleHomepageAttribute.IsHomepage(Microsoft.Web.Management.Client.IModulePage)">
      <summary>
          Determines whether the specified module page refers to the client's home page.
        </summary>
      <returns>
          
            true if the client's home page is the same as <paramref name="modulePage" />; otherwise, false.
        </returns>
      <param name="modulePage">
              An <see cref="T:Microsoft.Web.Management.Client.IModulePage" /> object.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="modulePage" /> parameter is null.
            </exception>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ModuleListPageFilter">
      <summary>
          Provides a container for filter properties that are applied to a <see cref="T:Microsoft.Web.Management.Client.Win32.ModuleListPage" /> object.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModuleListPageFilter.#ctor(System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ModuleListPageFilter" /> class with the specified filter description.
        </summary>
      <param name="description">
              A description of the filter.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModuleListPageFilter.#ctor(System.String,System.Boolean)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ModuleListPageFilter" /> class with the specified filter description and remove-filter status.
        </summary>
      <param name="description">
              A description of the filter.
            </param>
      <param name="canRemove">
              
                true if the filter can be removed; otherwise, false.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModuleListPageFilter.CanRemove">
      <summary>
          Gets a value indicating whether the filter can be removed.
        </summary>
      <returns>
          
            true if the filter can be removed; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModuleListPageFilter.Description">
      <summary>
          Gets the description of the filter.
        </summary>
      <returns>
          The filter description.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ModuleListPageGrouping">
      <summary>
          Defines a specialized <see cref="T:System.Windows.Forms.ListView" /> object that can contain subitems.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModuleListPageGrouping.#ctor(System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ModuleListPageGrouping" /> class. 
        </summary>
      <param name="name">
              The name of the grouping.
            </param>
      <param name="text">
              The name of the grouping from a localized resource.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModuleListPageGrouping.Equals(System.Object)">
      <summary>
          Determines whether two <see cref="T:Microsoft.Web.Management.Client.ModuleListPageGrouping" /> objects are equal.
        </summary>
      <returns>
          
            true if the objects are equal; otherwise, false.
        </returns>
      <param name="obj">
              The <see cref="T:Microsoft.Web.Management.Client.ModuleListPageGrouping" /> object to compare.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModuleListPageGrouping.GetHashCode">
      <summary>
          Gets the hash code for the object.
        </summary>
      <returns>
          The hash code for the object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModuleListPageGrouping.Name">
      <summary>
          Gets the name of the grouping.
        </summary>
      <returns>
          The name of the grouping.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModuleListPageGrouping.Text">
      <summary>
          Gets the display name of the grouping.
        </summary>
      <returns>
          The display name of the grouping.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModuleListPageGrouping.ToString">
      <summary>
          Gets the display name of the grouping.
        </summary>
      <returns>
          The display name of the grouping.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ModuleListPageSearchField">
      <summary>
          Defines a container class for search parameters for a <see cref="T:Microsoft.Web.Management.Client.Win32.ModuleListPage" /> object.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModuleListPageSearchField.#ctor(System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ModuleListPageSearchField" /> class. 
        </summary>
      <param name="name">
              The name of the object.
            </param>
      <param name="text">
              The name of the object, usually from a resource.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModuleListPageSearchField.Name">
      <summary>
          Gets the name of the search parameter.
        </summary>
      <returns>
          The name of the search parameter.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModuleListPageSearchField.Text">
      <summary>
          Gets the internationalized name of the search parameter. 
        </summary>
      <returns>
          The internationalized name of the search parameter.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModuleListPageSearchField.ToString">
      <summary>
          Returns the name of the object.
        </summary>
      <returns>
          The name of the object.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ModuleListPageSearchOptions">
      <summary>
          Retrieves search fields for a module list. This class cannot be inherited. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModuleListPageSearchOptions.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ModuleListPageSearchOptions" /> class. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModuleListPageSearchOptions.#ctor(System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ModuleListPageSearchOptions" /> class by using the specified search text.
        </summary>
      <param name="text">
              The text value for a search.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModuleListPageSearchOptions.#ctor(System.String,Microsoft.Web.Management.Client.ModuleListPageSearchField)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ModuleListPageSearchOptions" /> class by using the specified search text and field.
        </summary>
      <param name="text">
              The text value for a search.
            </param>
      <param name="field">
              The field for a search.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModuleListPageSearchOptions.Field">
      <summary>
          Gets the value of the <paramref name="field" /> parameter that is passed to the constructor. 
        </summary>
      <returns>
          The value of the <paramref name="field" /> parameter that is passed to the constructor.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModuleListPageSearchOptions.ShowAll">
      <summary>
          Gets a value indicating whether all the items in the module list should be shown. 
        </summary>
      <returns>
          
            true if a search should return all values; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModuleListPageSearchOptions.Text">
      <summary>
          Gets the value of the <paramref name="text" /> parameter that is passed to the constructor. 
        </summary>
      <returns>
          The value of the <paramref name="text" /> parameter that is passed to the constructor.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ModuleListPageViewModes">
      <summary>
          Specifies the views in the View drop-down list. 
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.ModuleListPageViewModes.Details">
      <summary>
          Displays configuration features as a list of names and descriptions.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.ModuleListPageViewModes.Icons">
      <summary>
          Displays configuration features as icons. 
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.ModuleListPageViewModes.Tiles">
      <summary>
          Displays configuration features as tiles.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.ModuleListPageViewModes.List">
      <summary>
          Displays configuration features as a list of names.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ModulePageIdentifierAttribute">
      <summary>
          Associates a unique identifier with a module page. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModulePageIdentifierAttribute.#ctor(System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ModulePageIdentifierAttribute" /> class. 
        </summary>
      <param name="guid">
              The string representation of a GUID.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModulePageIdentifierAttribute.Guid">
      <summary>
          Gets the identifier that is used in the preference store.
        </summary>
      <returns>
          The GUID that is associated with the <see cref="T:Microsoft.Web.Management.Client.Win32.ModulePage" /> object, or <see cref="F:System.Guid.Empty" /> if the GUID does not exist in the preference store.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ModulePageInfo">
      <summary>
          Represents a page of user interface for a module. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModulePageInfo.#ctor(Microsoft.Web.Management.Client.Module,System.Type,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> class, using the specified module, type, and title. 
        </summary>
      <param name="associatedModule">
              The <see cref="T:Microsoft.Web.Management.Client.Module" /> associated with the page.
            </param>
      <param name="pageType">
              The <see cref="T:System.Type" /> of the page.
            </param>
      <param name="title">
              The title of the page.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModulePageInfo.#ctor(Microsoft.Web.Management.Client.Module,System.Type,System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> class, using the specified module, type, title, and description.
        </summary>
      <param name="associatedModule">
              The <see cref="T:Microsoft.Web.Management.Client.Module" /> associated with the page.
            </param>
      <param name="pageType">
              The <see cref="T:System.Type" /> of the page.
            </param>
      <param name="title">
              The title of the page.
            </param>
      <param name="description">
              The short description of the page.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModulePageInfo.#ctor(Microsoft.Web.Management.Client.Module,System.Type,System.String,System.String,System.Object,System.Object)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> class, using the specified module, type, title, description, and images.
        </summary>
      <param name="associatedModule">
              The <see cref="T:Microsoft.Web.Management.Client.Module" /> associated with the page.
            </param>
      <param name="pageType">
              The <see cref="T:System.Type" /> of the page.
            </param>
      <param name="title">
              The title of the page.
            </param>
      <param name="description">
              The short description of the page.
            </param>
      <param name="smallImage">
              A <see cref="T:System.Drawing.Image" /> for display in details view or list view.
            </param>
      <param name="largeImage">
              A <see cref="T:System.Drawing.Image" /> for display in Icons or Tiles view.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModulePageInfo.#ctor(Microsoft.Web.Management.Client.Module,System.Type,System.String,System.String,System.Object,System.Object,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> class, using the specified module, type, title, description, images, and long description.
        </summary>
      <param name="associatedModule">
              The <see cref="T:Microsoft.Web.Management.Client.Module" /> associated with the page.
            </param>
      <param name="pageType">
              The <see cref="T:System.Type" /> of the page.
            </param>
      <param name="title">
              The title of the page.
            </param>
      <param name="description">
              The short description of the page.
            </param>
      <param name="smallImage">
              A <see cref="T:System.Drawing.Image" /> for display in details view or list view.
            </param>
      <param name="largeImage">
              A <see cref="T:System.Drawing.Image" /> for display in Icons view or Tiles view.
            </param>
      <param name="longDescription">
              The long description of the page.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModulePageInfo.AssociatedModule">
      <summary>
          Gets the module associated with the page.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.Module" /> associated with the page.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModulePageInfo.Description">
      <summary>
          Gets the description of the page.
        </summary>
      <returns>
          The <paramref name="description" /> parameter passed to the <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> constructor. The default is the empty string ("").
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModulePageInfo.Equals(System.Object)">
      <summary>
          Determines whether the specified object is equal to the current <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" />.
        </summary>
      <returns>
          
            true if the objects are both <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> objects and have some fields with equal values; otherwise, false.
        </returns>
      <param name="obj">
              The object to compare with the current <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> object.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModulePageInfo.GetHashCode">
      <summary>
          Returns a hash code for the page.
        </summary>
      <returns>
          A hash code for the page.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModulePageInfo.IsEnabled">
      <summary>
          Gets a value indicating whether the associated module is enabled.
        </summary>
      <returns>
          
            true if the <see cref="P:Microsoft.Web.Management.Client.ModulePageInfo.AssociatedModule" /> is enabled; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModulePageInfo.LargeImage">
      <summary>
          Gets the large image associated with the page.
        </summary>
      <returns>
          The <paramref name="largeImage" /> parameter passed to the <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> constructor.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModulePageInfo.LongDescription">
      <summary>
          Gets the long description associated with the page.
        </summary>
      <returns>
          The <paramref name="longDescription" /> parameter passed to the <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> constructor. The default is the empty string ("").
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModulePageInfo.PageType">
      <summary>
          Gets the type of the page.
        </summary>
      <returns>
          The <paramref name="pageType " />parameter passed to the <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> constructor.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModulePageInfo.SmallImage">
      <summary>
          Gets the small image that is associated with the page.
        </summary>
      <returns>
          The <paramref name="smallImage " />parameter passed to the <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> constructor.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ModulePageInfo.Title">
      <summary>
          Gets the title of the page.
        </summary>
      <returns>
          The <paramref name="title " />parameter passed to the <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> constructor.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.ModuleServiceProxy">
      <summary>
          Exposes the functionality of the <see cref="T:Microsoft.Web.Management.Server.ModuleService" /> derived class.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModuleServiceProxy.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ModuleServiceProxy" /> class. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModuleServiceProxy.GetErrorInformation(System.Exception,System.Resources.ResourceManager,System.String@,System.String@)">
      <summary>
          Retrieves error information.
        </summary>
      <returns>
          The value of the <see cref="P:Microsoft.Web.Management.Server.WebManagementServiceException.ResourceName" /> property.
        </returns>
      <param name="ex">
              The <see cref="T:System.Exception" /> thrown.
            </param>
      <param name="resourceManager">
              A <see cref="T:System.Resources.ResourceManager" /> object.
            </param>
      <param name="errorText">
              When this method returns, contains the name of the resource associated with the exception. This parameter is passed uninitialized.
            </param>
      <param name="errorMessage">
              When this method returns, contains the error message associated with the exception. This parameter is passed uninitialized.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="ex" /> parameter or <paramref name="resourceManager" /> parameter is null.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ModuleServiceProxy.Invoke(System.String,System.Object[])">
      <summary>
          Calls the specified method using the specified arguments.
        </summary>
      <returns>
          The return value from the delegate being invoked, or null if the delegate has no return value.
        </returns>
      <param name="methodName">
              The name of the method to invoke.
            </param>
      <param name="parameters">
              An array of type <see cref="T:System.Object" /> that contains the parameters to pass to the method.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.NavigationEventArgs">
      <summary>
          Provides data for events that are raised when navigation is performed. This class cannot be inherited. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.NavigationEventArgs.#ctor(Microsoft.Web.Management.Client.NavigationItem,Microsoft.Web.Management.Client.NavigationItem,System.Boolean)"></member>
    <member name="P:Microsoft.Web.Management.Client.NavigationEventArgs.IsNew">
      <summary>
          Gets a value indicating whether the navigation action is from a new navigation session or an existing navigation session.
        </summary>
      <returns>
          
            true if the action is from a new navigation session; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.NavigationEventArgs.NewItem">
      <summary>
          Gets the navigation item that is being navigated to.
        </summary>
      <returns>
          The new navigation item.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.NavigationEventArgs.OldItem">
      <summary>
          Gets the navigation item that is being navigated from.
        </summary>
      <returns>
          The old navigation item.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.NavigationEventHandler">
      <summary>
          Represents the method that will handle navigation events in Gestionnaire des services IIS.
        </summary>
      <param name="sender">
              The source of the event.
            </param>
      <param name="e">
              A <see cref="T:Microsoft.Web.Management.Client.NavigationEventArgs" /> that contains the event data.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.NavigationItem">
      <summary>
          Keeps track of the feature pages that the client is using. This class cannot be inherited. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.NavigationItem.#ctor(Microsoft.Web.Management.Client.Connection,Microsoft.Web.Management.Server.ManagementConfigurationPath,System.Type,System.Object)"></member>
    <member name="P:Microsoft.Web.Management.Client.NavigationItem.ConfigurationPath">
      <summary>
          Gets the configuration path for the navigation item. 
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementConfigurationPath" /> object that contains the navigation item information.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.NavigationItem.Connection">
      <summary>
          Gets the connection for the navigation item.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.Connection" /> object that represents a single management session for a specific management unit.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.NavigationItem.IsPageCreated"></member>
    <member name="P:Microsoft.Web.Management.Client.NavigationItem.NavigationData">
      <summary>
          Gets the arbitrary data that is used in the navigation item.
        </summary>
      <returns>
          An object with arbitrary data.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.NavigationItem.Page">
      <summary>
          Gets the page that is associated with the navigation item.
        </summary>
      <returns>
          An <see cref="T:System.Web.Management.Client.IModulePage" /> interface that is associated with the navigation item.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.NavigationItem.PageType">
      <summary>
          Gets the type of page that is associated with the navigation item.
        </summary>
      <returns>
          The type of page.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.NavigationItem.System#IDisposable#Dispose"></member>
    <member name="P:Microsoft.Web.Management.Client.NavigationItem.UserData">
      <summary>
          Gets the user data that is associated with the navigation item.
        </summary>
      <returns>
          A <see cref="T:System.Collections.IDictionary" /> object that stores the user data.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.PreferencesStore">
      <summary>
          Provides a container to save and load user preferences.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.PreferencesStore.ContainsValue(System.String)">
      <summary>
          Gets a value indicating whether the specified name exists in the preference store.
        </summary>
      <returns>
          
            true if the name is in the store; otherwise, false.
        </returns>
      <param name="name">
              The name of the preference store item.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Client.PreferencesStore.GetValue(System.String,System.Boolean)">
      <summary>
          Gets the value portion of the specified name/value pair from the preference store, using the specified default Boolean value.
        </summary>
      <returns>
          The value of the named preference store item, if found; otherwise, the value of the <paramref name="defaultValue" /> parameter.
        </returns>
      <param name="name">
              The name of the preference store item.
            </param>
      <param name="defaultValue">
              The value to return if the named preference store item is not found.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Client.PreferencesStore.GetValue(System.String,System.Int32)">
      <summary>
          Gets the value portion of the specified name/value pair from the preference store, using the specified default integer value.
        </summary>
      <returns>
          The value of the named preference store item, if found; otherwise, the value of the <paramref name="defaultValue" /> parameter.
        </returns>
      <param name="name">
              The name of the preference store item.
            </param>
      <param name="defaultValue">
              The value to return if the named preference store item is not found.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Client.PreferencesStore.GetValue(System.String,System.String)">
      <summary>
          Gets the value portion of the specified name/value pair from the preference store, using the specified default string value.
        </summary>
      <returns>
          The value of the named preference store item, if found; otherwise, the value of the <paramref name="defaultValue" /> parameter.
        </returns>
      <param name="name">
              The name of the preference store item.
            </param>
      <param name="defaultValue">
              The value to return if the named preference store item is not found.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" /> parameter is null or empty.
            </exception>
    </member>
    <member name="P:Microsoft.Web.Management.Client.PreferencesStore.IsEmpty">
      <summary>
          Gets a value indicating whether the preference store is empty.
        </summary>
      <returns>
          
            true if the preference store is empty; otherwise, false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.PreferencesStore.Reset">
      <summary>
          Deletes the preference store.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.PreferencesStore.ResetValue(System.String)">
      <summary>
          Removes the name/value pair from the preference store.
        </summary>
      <param name="name">
              The name of the item to remove.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Client.PreferencesStore.SetValue(System.String,System.Boolean,System.Boolean)">
      <summary>
          Removes, adds, or replaces an item in the preference store, using the specified Boolean values.
        </summary>
      <param name="name">
              The name of the store item.
            </param>
      <param name="value">
              The value to set for the named store item.
            </param>
      <param name="defaultValue">
              The reset value indicator.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Client.PreferencesStore.SetValue(System.String,System.Int32,System.Int32)">
      <summary>
          Removes, adds, or replaces an item in the preference store, using the specified integer values.
        </summary>
      <param name="name">
              The name of the store item.
            </param>
      <param name="value">
              The value to set for the named store item.
            </param>
      <param name="defaultValue">
              The reset value indicator.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Client.PreferencesStore.SetValue(System.String,System.String,System.String)">
      <summary>
          Removes, adds, or replaces an item in the preference store, using the specified string values.
        </summary>
      <param name="name">
              The name of the store item.
            </param>
      <param name="value">
              The value to set for the named store item.
            </param>
      <param name="defaultValue">
              The reset value indicator.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" /> or <paramref name="value" /> parameter is null or empty.
            </exception>
    </member>
    <member name="T:Microsoft.Web.Management.Client.PropertyGridObject">
      <summary>
          Provides a container for configuration and display names.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.PropertyGridObject.#ctor(Microsoft.Web.Management.Client.Win32.ModulePropertiesPage)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.PropertyGridObject" /> class.
        </summary>
      <param name="page">
              The object that is derived from the <see cref="T:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage" /> class and calls the constructor.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.PropertyGridObject.#ctor(Microsoft.Web.Management.Client.Win32.ModulePropertiesPage,System.Boolean)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.PropertyGridObject" /> class that indicates whether properties are read-only.
        </summary>
      <param name="page">
              The object that is derived from the <see cref="T:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage" /> class and calls the constructor.
            </param>
      <param name="readOnly">
              
                true to indicate that the properties are read-only; false to indicate that the properties are read/write.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.PropertyGridObject.GetDisplayNameAttribute(System.String,System.String)">
      <summary>
          Gets the display name attribute for a property, event, or public void method that takes no arguments.
        </summary>
      <returns>
          The <see cref="T:System.ComponentModel.DisplayNameAttribute" /> object for a property, event, or public void method that takes no arguments.
        </returns>
      <param name="friendlyName">
              The description of the property.
            </param>
      <param name="configPropertyName">
              The configuration name of the property.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.PropertyGridObject.GetProperties(System.Attribute[])">
      <summary>
          Returns the collection of properties for the property grid, using a specified array of attributes as a filter.
        </summary>
      <returns>
          A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> object that contains the properties that match the specified attributes for the specified component.
        </returns>
      <param name="attributes">
              An array of <see cref="T:System.Attribute" /> objects with which to filter the collection.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.PropertyGridObject.Page">
      <summary>
          Gets the <see cref="T:Microsoft.Web.Management.Client.PropertyGridObject" /> object that is passed to the <see cref="M:Microsoft.Web.Management.Client.PropertyGridObject.#ctor(Microsoft.Web.Management.Client.Win32.ModulePropertiesPage)" /> constructor.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.PropertyGridObject" /> that is passed to the <see cref="M:Microsoft.Web.Management.Client.PropertyGridObject.#ctor(Microsoft.Web.Management.Client.Win32.ModulePropertiesPage)" /> constructor.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.PropertyGridObject.ReadOnly">
      <summary>
          Gets a value indicating whether the properties on the page are read-only.
        </summary>
      <returns>
          
            true if the properties are read-only; false if the properties are read/write.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.PropertyGridObject.System#ComponentModel#ICustomTypeDescriptor#GetAttributes"></member>
    <member name="M:Microsoft.Web.Management.Client.PropertyGridObject.System#ComponentModel#ICustomTypeDescriptor#GetClassName"></member>
    <member name="M:Microsoft.Web.Management.Client.PropertyGridObject.System#ComponentModel#ICustomTypeDescriptor#GetComponentName"></member>
    <member name="M:Microsoft.Web.Management.Client.PropertyGridObject.System#ComponentModel#ICustomTypeDescriptor#GetConverter"></member>
    <member name="M:Microsoft.Web.Management.Client.PropertyGridObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent"></member>
    <member name="M:Microsoft.Web.Management.Client.PropertyGridObject.System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty"></member>
    <member name="M:Microsoft.Web.Management.Client.PropertyGridObject.System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)"></member>
    <member name="M:Microsoft.Web.Management.Client.PropertyGridObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents"></member>
    <member name="M:Microsoft.Web.Management.Client.PropertyGridObject.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])"></member>
    <member name="M:Microsoft.Web.Management.Client.PropertyGridObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties"></member>
    <member name="M:Microsoft.Web.Management.Client.PropertyGridObject.System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])"></member>
    <member name="M:Microsoft.Web.Management.Client.PropertyGridObject.System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)"></member>
    <member name="T:Microsoft.Web.Management.Client.ProviderConfigurationSettings">
      <summary>
          Provides the base class for displaying the provider configuration settings.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ProviderConfigurationSettings.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.ProviderConfigurationSettings" /> class. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ProviderConfigurationSettings.GetSettings">
      <summary>
          Returns an array that contains the settings of the provider configuration.
        </summary>
      <returns>
          A <see cref="T:System.Collections.IDictionary" /> object that contains the settings.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ProviderConfigurationSettings.LoadSettings(System.String[])">
      <summary>
          Loads the settings from the specified array into the provider configuration settings.
        </summary>
      <param name="parameters">
              The array to load.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ProviderConfigurationSettings.ProviderSpecificSettings">
      <summary>
          Gets the <see cref="T:System.Collections.IList" /> interface that contains the collection of provider specific settings.
        </summary>
      <returns>
          An <see cref="T:System.Collections.IList" /> interface that contains the collection of provider specific settings.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.ProviderConfigurationSettings.Settings">
      <summary>
          When overridden in a derived class, gets the collection of settings that are specific to the host environment. 
        </summary>
      <returns>
          A <see cref="T:System.Collections.IDictionary" /> object that contains the provider configuration settings.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.ProviderConfigurationSettings.Validate(System.String@)">
      <summary>
          When overridden in a derived class, validates the provider configuration settings. 
        </summary>
      <returns>
          
            true if the validation was successful; otherwise, false.
        </returns>
      <param name="message">
              The validation message to display.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.TaskItem">
      <summary>
          Defines a base class container for tasks. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.TaskItem.#ctor(System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.TaskItem" /> class. 
        </summary>
      <param name="text">
              An arbitrary string.
            </param>
      <param name="category">
              The category name.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.TaskItem.#ctor(System.String,System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.TaskItem" /> class, using the specified description. 
        </summary>
      <param name="text">
              An arbitrary string.
            </param>
      <param name="category">
              The category name.
            </param>
      <param name="description">
              A descriptive string.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.TaskItem.Category">
      <summary>
          Gets the category.
        </summary>
      <returns>
          The category.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.TaskItem.Description">
      <summary>
          Gets the description that is set in the <see cref="M:Microsoft.Web.Management.Client.TaskList.#ctor" /> constructor.
        </summary>
      <returns>
          The description.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.TaskItem.Enabled">
      <summary>
          Gets or sets a value indicating whether the object is enabled.
        </summary>
      <returns>
          
            true if the object is enabled; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.TaskItem.Properties">
      <summary>
          Gets the <see cref="T:System.Collections.IDictionary" /> member of the class.
        </summary>
      <returns>
          The <see cref="T:System.Collections.IDictionary" /> member of the class.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.TaskItem.Text">
      <summary>
          Gets the text that is set in the <see cref="M:Microsoft.Web.Management.Client.TaskList.#ctor" /> constructor.
        </summary>
      <returns>
          The text that is set in the <see cref="M:Microsoft.Web.Management.Client.TaskList.#ctor" /> constructor.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.TaskList">
      <summary>
          Provides a container class for methods, messages, and properties for use by the Gestionnaire des services IIS extensibility API. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.TaskList.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.TaskList" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.TaskList.GetPropertyValue(System.String)">
      <summary>
          This method is not supported.
        </summary>
      <returns>
          Not supported.
        </returns>
      <param name="propertyName">
              Not supported.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.TaskList.GetTaskItems">
      <summary>
          When overridden in a derived class, returns a collection of <see cref="T:Microsoft.Web.Management.Client.Win32.MethodTaskItem" /> objects.
        </summary>
      <returns>
          A collection of <see cref="T:Microsoft.Web.Management.Client.Win32.MethodTaskItem" /> objects that is used by Microsoft.Web.Management classes to invoke methods by name.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.TaskList.InvokeMethod(System.String,System.Object)">
      <summary>
          Calls the specified method.
        </summary>
      <returns>
          A user-defined object.
        </returns>
      <param name="methodName">
              The name of the method to call.
            </param>
      <param name="userData">
              An arbitrary user-supplied object.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.TaskList.IsDirty">
      <summary>
          When overridden in a derived class, gets a value indicating whether the object has changed since the last update.
        </summary>
      <returns>
          
            true if the content has changed; otherwise, false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.TaskList.SetPropertyValue(System.String,System.Object)">
      <summary>
          This method is not supported.
        </summary>
      <param name="propertyName">
              Not supported.
            </param>
      <param name="value">
              Not supported.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.TaskListCollection">
      <summary>
          Provides a container class for task list elements. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.TaskListCollection.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.TaskListCollection" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.TaskListCollection.#ctor(System.Collections.ICollection)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.TaskListCollection" /> class with the specified task list element.
        </summary>
      <param name="taskLists">
              The <see cref="T:Microsoft.Web.Management.Client.TaskList" /> object to be added to the <see cref="T:Microsoft.Web.Management.Client.TaskListCollection" /> object.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.TaskListCollection.Add(Microsoft.Web.Management.Client.TaskList)">
      <summary>
          Adds a task list to the collection.
        </summary>
      <returns>
          The position into which the new element was inserted.
        </returns>
      <param name="taskList">
              The <see cref="T:Microsoft.Web.Management.Client.TaskList" /> object to add.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.TaskListCollection.Contains(Microsoft.Web.Management.Client.TaskList)">
      <summary>
          Returns a value that indicates whether the object is in the task list collection.
        </summary>
      <returns>
          
            true if the object is in the collection; otherwise, false.
        </returns>
      <param name="taskList">
              The target <see cref="T:Microsoft.Web.Management.Client.TaskList" /> object.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.TaskListCollection.CopyTo(Microsoft.Web.Management.Client.TaskList[],System.Int32)">
      <summary>
          Copies the entire task list collection to a compatible one-dimensional task list array, starting at the specified index of the target array.
        </summary>
      <param name="taskLists">
              The one-dimensional <see cref="T:Microsoft.Web.Management.Client.TaskList" /> array that is the destination of the elements copied from the <see cref="T:Microsoft.Web.Management.Client.TaskListCollection" /> object. 
            </param>
      <param name="index">
              The zero-based index in <paramref name="taskLists" /> at which copying begins.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.TaskListCollection.IndexOf(Microsoft.Web.Management.Client.TaskList)">
      <summary>
          Searches for the specified task list and returns the zero-based index of the first occurrence in the collection.
        </summary>
      <returns>
          The zero-based index of the first occurrence of <paramref name="taskList" /> within the entire <see cref="T:Microsoft.Web.Management.Client.TaskListCollection" /> object, if found; otherwise, -1.
        </returns>
      <param name="taskList">
              The target element of the <see cref="T:Microsoft.Web.Management.Client.TaskListCollection" /> object.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.TaskListCollection.Insert(System.Int32,Microsoft.Web.Management.Client.TaskList)">
      <summary>
          Inserts an element into the <see cref="T:Microsoft.Web.Management.Client.TaskListCollection" /> object at the specified index.
        </summary>
      <param name="index">
              The zero-based index at which <paramref name="taskList" /> should be inserted.
            </param>
      <param name="taskList">
              The <see cref="T:Microsoft.Web.Management.Client.TaskList" /> object to insert.
            </param>
      <exception cref="T:System.ArgumentNullException">
              
                <paramref name="taskList" /> is null or not a <see cref="T:Microsoft.Web.Management.Client.TaskList" /> object.
            </exception>
    </member>
    <member name="P:Microsoft.Web.Management.Client.TaskListCollection.Item(System.Int32)">
      <summary>
          Gets or sets array access semantics for the task list collection.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.TaskList" /> object at the specified index location.
        </returns>
      <param name="index">
              The index of the target item.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.TaskListCollection.Remove(Microsoft.Web.Management.Client.TaskList)">
      <summary>
          Removes the first occurrence of a specific object from the task list collection.
        </summary>
      <param name="taskList">
              The <see cref="T:Microsoft.Web.Management.Client.TaskList" /> object to remove from the <see cref="T:Microsoft.Web.Management.Client.TaskListCollection" /> object.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature">
      <summary>
          Provides the base class for creating authentication modules.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.#ctor(Microsoft.Web.Management.Client.Module)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature" /> class, using the specified module. 
        </summary>
      <param name="module">
              The <see cref="T:Microsoft.Web.Management.Client.Module" /> that implements the authentication feature.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.AuthenticationSettingsUpdated">
      <summary>
          Gets or sets the event handler for authentication changes.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.Extensions.AuthenticationFeatureAuthenticationSettingsSavedEventHandler" /> associated with the authentication feature.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.AuthenticationType">
      <summary>
          When overridden in a derived class, gets the type of authentication handshake the scheme uses.
        </summary>
      <returns>
          One of the <see cref="T:Microsoft.Web.Management.Client.Extensions.AuthenticationType" /> values.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.Description">
      <summary>
          When overridden in a derived class, gets a description of the authentication feature. 
        </summary>
      <returns>
          A description of the authentication feature. The default implementation returns an empty string ("").
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.DisplayErrorMessage(System.Exception,System.Resources.ResourceManager)">
      <summary>
          Displays a modal dialog box with an error message, based on the specified exception and resource manager. 
        </summary>
      <param name="ex">
              The exception that the displayed message box will show.
            </param>
      <param name="resourceManager">
              The <see cref="T:System.Resources.ResourceManager" /> object that is associated with the page.
            </param>
    </member>
    <member name="F:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.FxVersion10">
      <summary>
          Specifies the 1.0 version of the .NET Framework.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.FxVersion11">
      <summary>
          Specifies the 1.1 version of the .NET Framework.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.FxVersion20">
      <summary>
          Specifies the 2.0 version of the .NET Framework.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.FxVersionNotRequired">
      <summary>
          Specifies the 0.0 version of the .NET Framework.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.GetService(System.Type)">
      <summary>
          Retrieves the service from the module that is associated with the authentication feature, using the specified type information.
        </summary>
      <returns>
          The service object of the specified type.
        </returns>
      <param name="type">
              The <see cref="T:System.Type" /> of the service.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.GetTaskList">
      <summary>
          When overridden in a derived class, retrieves the task list that is used to configure the authentication feature.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.TaskList" /> that is used to configure the authentication feature.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.IsEnabled">
      <summary>
          Gets a value indicating whether the authentication feature is enabled.
        </summary>
      <returns>
          
            true if the feature is enabled; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.IsFeatureEnabled">
      <summary>
          Gets a value indicating whether this feature should be displayed on the Authentication page.
        </summary>
      <returns>
          
            true if the feature should be shown; otherwise, false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.Load">
      <summary>
          When overridden in a derived class, loads the authentication feature.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.MinimumFrameworkVersion">
      <summary>
          Gets the minimum required .NET Framework version.
        </summary>
      <returns>
          A <see cref="T:System.Version" /> object that indicates the minimum required .NET Framework version.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.Module">
      <summary>
          Gets the <see cref="T:Microsoft.Web.Management.Client.Module" /> object that is associated with the feature.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.Module" /> that is associated with the feature.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.Name">
      <summary>
          When overridden in a derived class, gets the display name for the authentication feature. 
        </summary>
      <returns>
          The display name for the authentication feature.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.OnAuthenticationSettingsSaved">
      <summary>
          Calls the delegate set with the <see cref="P:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.AuthenticationSettingsUpdated" /> property.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.SetEnabled(System.Boolean)">
      <summary>
          Sets the enabled state of the authentication feature.
        </summary>
      <param name="enabled">
              
                true to enable; false to disable.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.ShowHelp">
      <summary>
          When overridden in a derived class, returns a value that indicates whether to show Help for the authentication feature.
        </summary>
      <returns>
          
            true if Help can be shown; otherwise, false. The default is false.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.AuthenticationSettingsSavedEventHandler">
      <summary>
          Represents the method that will handle events that are raised when authentication settings are saved.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Extensions.AuthenticationType">
      <summary>
          Denotes the type of client authentication.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.Extensions.AuthenticationType.ChallengeBased">
      <summary>
          Authentication uses an HTTP 401 challenge.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.Extensions.AuthenticationType.LoginRedirectBased">
      <summary>
          Authentication uses an HTTP 302 redirect URL for client logon.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.Extensions.AuthenticationType.ClientCertificateBased">
      <summary>
          Authentication uses an SSL client certificate.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.Extensions.AuthenticationType.Other">
      <summary>
          
            <see cref="T:System.Web.Management.Client.Extensions.AuthenticationFeature" /> uses an unspecified authentication type.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Extensions.HomepageExtension">
      <summary>
          Implements the <see cref="T:Microsoft.Web.Management.Client.Extensions.IHomepageTaskListProvider" /> interface and provides a way for Gestionnaire des services IIS to notify the extension to refresh the extension's data.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.HomepageExtension.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Extensions.HomepageExtension" /> class. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.HomepageExtension.GetTaskList(System.IServiceProvider,Microsoft.Web.Management.Client.ModulePageInfo)">
      <summary>
          Returns the list of task items to be added to the Connection tasks list on the Start page of Gestionnaire des services IIS.
        </summary>
      <returns>
          The list of task items to be added to the Connection tasks list on the Start page in Gestionnaire des services IIS.
        </returns>
      <param name="serviceProvider">
              An object that specifies the type of service provider for the requested <see cref="T:Microsoft.Web.Management.Client.TaskList" /> object.
            </param>
      <param name="selectedModulePage">
              The <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> object for the requested <see cref="T:Microsoft.Web.Management.Client.TaskList" />.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.HomepageExtension.Microsoft#Web#Management#Client#Extensions#IHomepageTaskListProvider#GetTaskList(System.IServiceProvider,Microsoft.Web.Management.Client.ModulePageInfo)"></member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.HomepageExtension.OnRefresh">
      <summary>
          Occurs when the Start page in Gestionnaire des services IIS is refreshed.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Extensions.IHomepageTaskListProvider">
      <summary>
          Enables an object to add task items to the Connection tasks list that is displayed on the Start page in Gestionnaire des services IIS.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.IHomepageTaskListProvider.GetTaskList(System.IServiceProvider,Microsoft.Web.Management.Client.ModulePageInfo)">
      <summary>
          Returns the list of task items to be added to the Connection tasks list on the Start page.
        </summary>
      <returns>
          The list of task items to be added to the Connection tasks list on the Start page.
        </returns>
      <param name="serviceProvider">
              An object that specifies the type of service provider for the requested <see cref="T:Microsoft.Web.Management.Client.TaskList" /> object.
            </param>
      <param name="selectedModulePage">
              The <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> object for the requested <see cref="T:Microsoft.Web.Management.Client.TaskList" />.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Extensions.ProtocolProvider">
      <summary>
          Enables new protocol bindings to be added to a site. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.ProtocolProvider.#ctor(System.IServiceProvider)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Extensions.ProtocolProvider" /> class. 
        </summary>
      <param name="serviceProvider">
              The <see cref="T:System.IServiceProvider" /> interface that is associated with this object.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.ProtocolProvider.GetSitesTaskList">
      <summary>
          When overridden in a derived class, returns the list of task items to be added to the task list on the Sites page when no specific site is selected.
        </summary>
      <returns>
          The list of task items to be added to the <see cref="T:Microsoft.Web.Management.Client.TaskList" /> object on the Sites page when no specific site is selected.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.ProtocolProvider.GetSiteTaskList(System.String,System.Collections.Generic.ICollection{System.String})">
      <summary>
          When overridden in a derived class, returns the list of task items to be added to the task list on the Sites page when a specific site is selected.
        </summary>
      <returns>
          The list of task items to be added to the <see cref="T:Microsoft.Web.Management.Client.TaskList" /> object on the Sites page when a specific site is selected.
        </returns>
      <param name="siteName">
              The target site.
            </param>
      <param name="bindingProtocols">
              The collection of binding protocols.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.ProtocolProvider.IsIPPortProtocol">
      <summary>
          When overridden in a derived class, gets a value indicating whether the IPPort is supported by the <see cref="T:Microsoft.Web.Management.Client.Extensions.ProtocolProvider" /> object. 
        </summary>
      <returns>
          
            true if the IPPort is supported by the <see cref="T:Microsoft.Web.Management.Client.Extensions.ProtocolProvider" />; otherwise, false. The default is true.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.ProtocolProvider.SiteUpdated">
      <summary>
          Gets or sets the <see cref="T:Microsoft.Web.Management.Client.Extensions.ProtocolProvider.SiteUpdatedEventHandler" /> delegate to use when the site is updated. 
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.Extensions.ProtocolProvider.SiteUpdatedEventHandler" /> delegate that contains the <see cref="T:Microsoft.Web.Management.Client.Extensions.SiteUpdatedEventArgs" /> object for the updated site.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.ProtocolProvider.SupportedProtocol">
      <summary>
          When overridden in a derived class, gets the supported protocol.
        </summary>
      <returns>
          The supported protocol. The default is "http".
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.ProtocolProvider.System#IServiceProvider#GetService(System.Type)"></member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.ProtocolProvider.UpdateSite(System.String,Microsoft.Web.Management.Client.Extensions.SiteAction)">
      <summary>
          Creates a new <see cref="T:Microsoft.Web.Management.Client.Extensions.ProtocolProvider.SiteUpdatedEventHandler" /> delegate with the <see cref="T:Microsoft.Web.Management.Client.Extensions.SiteUpdatedEventArgs" /> object, which contains the site name and site action.
        </summary>
      <param name="siteName">
              The name of the site that was updated.
            </param>
      <param name="action">
              One of the <see cref="T:Microsoft.Web.Management.Client.Extensions.SiteAction" /> values.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Extensions.ProtocolProvider.SiteUpdatedEventHandler">
      <summary>
          Represents the method that will handle events that are raised when the site is updated.
        </summary>
      <param name="sender">
              The source of the event.
            </param>
      <param name="e">
              The <see cref="T:Microsoft.Web.Management.Client.Extensions.SiteUpdatedEventArgs" /> that contains the event data.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Extensions.ProviderFeature">
      <summary>
          Provides the base class for module providers.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Extensions.ProviderFeature.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Extensions.ProviderFeature" /> class. 
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.ProviderFeature.ConnectionStringAttributeName">
      <summary>
          Gets the name of the connection string to the provider database. 
        </summary>
      <returns>
          The connection string. The default is <see cref="F:System.String.Empty" />, which indicates that this property is not set.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.ProviderFeature.ConnectionStringRequired">
      <summary>
          Gets a value indicating whether a connection string is required to access the database.
        </summary>
      <returns>
          
            true if a connection string is required to connect to the database; otherwise, false. The default is false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.ProviderFeature.FeatureName">
      <summary>
          When overridden in a derived class, gets the name of the feature for the provider. 
        </summary>
      <returns>
          The feature name for the provider. 
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.ProviderFeature.ProviderBaseType">
      <summary>
          When overridden in a derived class, gets the type of provider.
        </summary>
      <returns>
          The fully qualified provider type.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.ProviderFeature.ProviderCollectionPropertyName">
      <summary>
          When overridden in a derived class, gets the name of the provider collection. 
        </summary>
      <returns>
          The name of the provider collection.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.ProviderFeature.ProviderConfigurationSettingNames">
      <summary>
          When overridden in a derived class, gets a collection with the setting names for the provider. 
        </summary>
      <returns>
          A string array that contains the setting names for the provider.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.ProviderFeature.SectionName">
      <summary>
          When overridden in a derived class, gets the configuration section that set up the provider. 
        </summary>
      <returns>
          The section name used to load the provider.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.ProviderFeature.SelectedProvider">
      <summary>
          When overridden in a derived class, gets the name of the selected provider. 
        </summary>
      <returns>
          The currently selected provider, or <see cref="F:System.String.Empty" /> if no provider is selected.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.ProviderFeature.SelectedProviderPropertyName">
      <summary>
          When overridden in a derived class, gets the name of the attribute that specifies the currently selected provider.
        </summary>
      <returns>
          The attribute name of the currently selected provider.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.ProviderFeature.Settings">
      <summary>
          When overridden in a derived class, gets the configuration settings for the provider. 
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.ProviderConfigurationSettings" /> collection.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Extensions.SiteAction">
      <summary>
          Specifies whether the site is currently being created or edited.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.Extensions.SiteAction.Create">
      <summary>
          The site is being created.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Client.Extensions.SiteAction.Edit">
      <summary>
          The <see cref="T:Microsoft.Web.Administration.Site" /> is being edited.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Extensions.SiteUpdatedEventArgs">
      <summary>
          Provides data for events that are handled by the <see cref="T:Microsoft.Web.Management.Client.Extensions.ProtocolProvider.SiteUpdatedEventHandler" /> delegate. 
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.SiteUpdatedEventArgs.Action">
      <summary>
          Gets a value that represents the site action.
        </summary>
      <returns>
          One of the <see cref="T:Microsoft.Web.Management.Client.Extensions.SiteAction" /> values.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Extensions.SiteUpdatedEventArgs.SiteName">
      <summary>
          Gets the site name for the changed site.
        </summary>
      <returns>
          The site name for the changed site.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.BaseForm">
      <summary>
          Provides a base class for forms, specifying a service provider and a method that indicates when a form is first activated.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseForm.#ctor(System.IServiceProvider)">
      <summary>
          When overridden in a derived class, initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.BaseForm" /> class.
        </summary>
      <param name="serviceProvider">
              A <see cref="T:System.IServiceProvider" /> interface that represents the service provider for the form.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.BaseForm.CanShowHelp">
      <summary>
          Gets a value indicating whether the context-sensitive Help button is shown.
        </summary>
      <returns>
          
            true if the context-sensitive Help button is shown; otherwise, false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseForm.DisplayErrorMessage(System.Exception,System.Resources.ResourceManager)">
      <summary>
          Displays the error message from the exception thrown by the <see cref="T:System.IServiceProvider" /> interface.
        </summary>
      <param name="ex">
              The exception thrown by the <see cref="T:System.IServiceProvider" /> interface.
            </param>
      <param name="resourceManager">
              The <see cref="T:System.Resources.ResourceManager" /> that contains culture-specific resources.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseForm.Dispose(System.Boolean)">
      <summary>
          Releases the unmanaged resources used by the <see cref="T:Microsoft.Web.Management.Client.Win32.BaseForm" /> and optionally releases the managed resources. 
        </summary>
      <param name="disposing">
              
                true to release both managed and unmanaged resources; false to release only unmanaged resources. 
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseForm.GetService(System.Type)">
      <summary>
          Retrieves the requested service.
        </summary>
      <returns>
          The requested service.
        </returns>
      <param name="serviceType">
              The service object.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseForm.OnActivated(System.EventArgs)">
      <summary>
          Occurs when the base form is activated.
        </summary>
      <param name="e">
              A <see cref="T:System.EventArgs" /> that contains the event data.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseForm.OnHelpRequested(System.Windows.Forms.HelpEventArgs)">
      <summary>
          Occurs when a Help control is activated.
        </summary>
      <param name="hevent">
              A <see cref="T:System.Windows.Forms.HelpEventArgs" /> that contains the event data.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseForm.OnInitialActivated(System.EventArgs)">
      <summary>
          Occurs when the base form is first activated.
        </summary>
      <param name="e">
              An empty <see cref="T:System.EventArgs" />.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.BaseForm.ServiceProvider">
      <summary>
          Gets the service object for the class.
        </summary>
      <returns>
          The <see cref="T:System.IServiceProvider" /> interface for the class.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseForm.ShowError(System.Exception,System.String,System.Boolean)">
      <summary>
          Displays the specified exception and information about the exception in a message box.
        </summary>
      <param name="exception">
              The exception to display.
            </param>
      <param name="message">
              An error message.
            </param>
      <param name="isWarning">
              
                true to display a warning symbol; false to display an error symbol.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseForm.ShowHelp">
      <summary>
          When overridden in a derived class, displays the Help file.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseForm.ShowMessage(System.String)">
      <summary>
          Displays a message box that uses the specified text.
        </summary>
      <param name="message">
              The message to display.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseForm.ShowMessage(System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton)">
      <summary>
          Displays a message box that uses the specified text, button set, symbol, and default button.
        </summary>
      <returns>
          One of the <see cref="T:System.Windows.Forms.DialogResult" /> values.
        </returns>
      <param name="message">
              The message to display.
            </param>
      <param name="buttons">
              One of the <see cref="T:System.Windows.Forms.MessageBoxButtons" /> values.
            </param>
      <param name="icon">
              One of the <see cref="T:System.Windows.Forms.MessageBoxIcon" /> values.
            </param>
      <param name="defaultButton">
              One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton" /> values.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseForm.Update">
      <summary>
          When overridden in a derived class, updates the view of the form.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseForm.WndProc(System.Windows.Forms.Message@)">
      <summary>
          Reroutes the context-sensitive Help button events to the <see cref="M:Microsoft.Web.Management.Client.Win32.BaseForm.ShowHelp" /> method.
        </summary>
      <param name="m">
              A <see cref="T:System.Windows.Forms.Message" />, passed by reference, that represents the requested Help topic.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.BaseTaskForm">
      <summary>
          Defines a base class for controls on a form.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseTaskForm.#ctor(System.IServiceProvider)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.BaseTaskForm" /> class.
        </summary>
      <param name="serviceProvider">
              The <see cref="T:System.IServiceProvider" /> interface that represents the service object for this class.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.BaseTaskForm.BackgroundJobRunning">
      <summary>
          Gets a value indicating whether the background worker thread is busy.
        </summary>
      <returns>
          
            true if the background worker thread is busy; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.BaseTaskForm.BorderMargin">
      <summary>
          Gets the size, in pixels, of the border margin.
        </summary>
      <returns>
          The size, in pixels, of the border margin. The default is 12.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseTaskForm.CancelAsyncTask">
      <summary>
          Provides a method for the user to cancel the current task.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseTaskForm.DisplayErrorMessage(System.Exception,System.Resources.ResourceManager)">
      <summary>
          Displays a modal dialog box with an error message, based on the specified exception and resource manager.
        </summary>
      <param name="ex">
              The <see cref="T:System.Exception" /> to display.
            </param>
      <param name="resourceManager">
              The <see cref="T:System.Resources.ResourceManager" /> object associated with the page.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseTaskForm.InvalidateTask(System.Boolean)">
      <summary>
          Invalidates the progress bar and causes the control to be redrawn.
        </summary>
      <param name="progressGradientOnly">
              
                true to invalidate the progress bar's child controls; otherwise, false.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseTaskForm.SetButtonsPanel(System.Windows.Forms.Control)">
      <summary>
          Adds a button to the button panel.
        </summary>
      <param name="buttons">
              The <see cref="T:System.Windows.Forms.Control" /> object that represents the button to add to the panel.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="buttons" /> parameter is null.
            </exception>
      <exception cref="T:System.InvalidOperationException">
              This method has been previously called.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseTaskForm.SetContent(System.Windows.Forms.Control)">
      <summary>
          Sets the controls for the Content View page in Gestionnaire des services IIS.
        </summary>
      <param name="content">
              The <see cref="T:System.Windows.Forms.Control" /> object that represents the panel that contains the controls for the Content View page.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseTaskForm.StartAsyncTask(System.ComponentModel.DoWorkEventHandler,System.ComponentModel.RunWorkerCompletedEventHandler)">
      <summary>
          Starts a task by using a worker thread, and configures the work-completed event handler.
        </summary>
      <param name="doWorkHandler">
              The <see cref="T:System.ComponentModel.DoWorkEventHandler" /> delegate that represents the method that will handle the <see cref="E:System.ComponentModel.BackgroundWorker.DoWork" /> event.
            </param>
      <param name="workCompletedHandler">
              The <see cref="T:System.ComponentModel.RunWorkerCompletedEventHandler" /> delegate that represents the method that will run when the work is complete.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseTaskForm.StartAsyncTask(System.ComponentModel.DoWorkEventHandler,System.ComponentModel.RunWorkerCompletedEventHandler,System.Windows.Forms.MethodInvoker)">
      <summary>
          Starts a task by using a worker thread, and configures the work-completed and cancel-task event handlers.
        </summary>
      <param name="doWorkHandler">
              The <see cref="T:System.ComponentModel.DoWorkEventHandler" /> delegate that represents the method that will handle the <see cref="E:System.ComponentModel.BackgroundWorker.DoWork" /> event.
            </param>
      <param name="workCompletedHandler">
              The <see cref="T:System.ComponentModel.RunWorkerCompletedEventHandler" /> delegate that represents the method that will run when the work is complete.
            </param>
      <param name="cancelTaskHandler">
              The <see cref="T:System.Windows.Forms.MethodInvoker" /> delegate that is called when the task is canceled.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseTaskForm.StartAsyncTask(System.ComponentModel.DoWorkEventHandler,System.ComponentModel.RunWorkerCompletedEventHandler,System.Windows.Forms.MethodInvoker,System.Object)">
      <summary>
          Starts a task by using a worker thread, configures the work-completed and cancel-task event handlers, and passes an object to the task event handler.
        </summary>
      <param name="doWorkHandler">
              The <see cref="T:System.ComponentModel.DoWorkEventHandler" /> delegate that represents the method that will handle the <see cref="E:System.ComponentModel.BackgroundWorker.DoWork" /> event.
            </param>
      <param name="workCompletedHandler">
              The <see cref="T:System.ComponentModel.RunWorkerCompletedEventHandler" /> delegate that represents the method that will run when the work is complete.
            </param>
      <param name="cancelTaskHandler">
              The <see cref="System.Windows.Forms.MethodInvoker" /> delegate that is called when the task is canceled.
            </param>
      <param name="argument">
              The object passed to the <see cref="T:System.ComponentModel.DoWorkEventHandler" /> delegate.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseTaskForm.StartTaskProgress">
      <summary>
          Sets the cursor to the value of the <see cref="P:System.Windows.Forms.Cursors.AppStarting" /> property and sets the enabled state of the Content View page in Gestionnaire des services IIS. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.BaseTaskForm.StopTaskProgress">
      <summary>
          Sets the cursor to the default value and enables the Content View page in Gestionnaire des services IIS.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.DialogForm">
      <summary>
          Provides a base class for fixed-size dialog boxes.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.DialogForm.#ctor(System.IServiceProvider)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.DialogForm" /> class.
        </summary>
      <param name="serviceProvider">
              A <see cref="T:System.IServiceProvider" /> interface that represents the service provider for the form.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.IManagementUIService">
      <summary>
          Enables a module user interface (UI) to launch Windows Forms.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.IManagementUIService.Colors">
      <summary>
          Gets the color table for the user interface (UI).
        </summary>
      <returns>
          The color table for the UI.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.IManagementUIService.DialogOwner">
      <summary>
          Gets the parent window ID.
        </summary>
      <returns>
          The parent window ID.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.IManagementUIService.RightToLeftLayout">
      <summary>
          Gets a value indicating whether right-to-left mirror placement is enabled. 
        </summary>
      <returns>
          
            true if right-to-left mirror placement is turned on; otherwise, false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.IManagementUIService.ShowContextMenu(System.Drawing.Point)">
      <summary>
          Provides the location for a shortcut menu.
        </summary>
      <param name="location">
              A <see cref="T:System.Drawing.Point" /> object that specifies the position at which to put the shortcut menu.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.IManagementUIService.ShowDialog(Microsoft.Web.Management.Client.Win32.DialogForm)">
      <summary>
          Shows the form as a modal dialog box that has the specified owner.
        </summary>
      <returns>
          One of the <see cref="T:System.Windows.Forms.DialogResult" /> values.
        </returns>
      <param name="form">
              An object that implements the <see cref="T:System.Windows.Forms.IWin32Window" /> interface that represents the top-level window that will own the modal dialog box. 
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.IManagementUIService.ShowError(System.Exception,System.String,System.String,System.Boolean)">
      <summary>
          Displays the specified exception and information about the exception in a message box.
        </summary>
      <param name="exception">
              The <see cref="T:System.Exception" /> to display.
            </param>
      <param name="message">
              A message to display that provides information about the exception.
            </param>
      <param name="caption">
              The caption for the message box.
            </param>
      <param name="isWarning">
              
                true if the error message is to be considered a warning; otherwise, false.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.IManagementUIService.ShowMessage(System.String,System.String)">
      <summary>
          Displays the specified message in a message box with the specified caption.
        </summary>
      <param name="text">
              The message to display.
            </param>
      <param name="caption">
              The caption for the message box.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.IManagementUIService.ShowMessage(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)">
      <summary>
          Displays the specified message in a message box with the specified caption, buttons, and icon.
        </summary>
      <returns>
          One of the <see cref="T:System.Windows.Forms.DialogResult" /> values.
        </returns>
      <param name="text">
              The message to display.
            </param>
      <param name="caption">
              The caption for the message box.
            </param>
      <param name="buttons">
              One of the <see cref="T:System.Windows.Forms.MessageBoxButtons" /> values that specifies which buttons to display in the message box.
            </param>
      <param name="icon">
              One of the <see cref="T:System.Windows.Forms.MessageBoxIcon" /> values that specifies which icon to display in the message box.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.IManagementUIService.ShowMessage(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton)">
      <summary>
          Displays the specified message in a message box with the specified caption, buttons, icon, and default button.
        </summary>
      <returns>
          One of the <see cref="T:System.Windows.Forms.DialogResult" /> values.
        </returns>
      <param name="text">
              The message to display.
            </param>
      <param name="caption">
              The caption for the message box.
            </param>
      <param name="buttons">
              One of the <see cref="T:System.Windows.Forms.MessageBoxButtons" /> values that specifies which buttons to display in the message box.
            </param>
      <param name="icon">
              One of the <see cref="T:System.Windows.Forms.MessageBoxIcon" /> values that specifies which icon to display in the message box.
            </param>
      <param name="defaultButton">
              One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton" /> values that specifies which button in the message box is the default button.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.IManagementUIService.StartProgress(System.String,System.Windows.Forms.MethodInvoker)">
      <summary>
          Starts the progress indicator.
        </summary>
      <returns>
          An object that is used to stop the progress indicator. 
        </returns>
      <param name="text">
              The message to display when the progress indicator starts.
            </param>
      <param name="cancelMethod">
              The <see cref="T:System.Windows.Forms.MethodInvoker" /> delegate that is called when the <see cref="M:Microsoft.Web.Management.Client.Win32.IManagementUIService.StartProgress(System.String,System.Windows.Forms.MethodInvoker)" /> method is canceled.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.IManagementUIService.StopProgress(System.Object)">
      <summary>
          Stops the progress indicator that is identified by the specified token.
        </summary>
      <param name="token">
              The object returned from the <see cref="M:Microsoft.Web.Management.Client.Win32.IManagementUIService.StartProgress(System.String,System.Windows.Forms.MethodInvoker)" /> method.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.IManagementUIService.Styles">
      <summary>
          Gets a list of user interface (UI) styles.
        </summary>
      <returns>
          A list of UI styles.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.IManagementUIService.Update">
      <summary>
          Updates the user interface (UI) with the current state information.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.ListPageListView">
      <summary>
          Represents a specialized list view control that provides additional user interface (UI) capabilities.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ListPageListView.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.ListPageListView" /> class.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ListPageListView.ContextMenuStrip">
      <summary>
          Gets or sets the shortcut menu.
        </summary>
      <returns>
          If the set accessor saved a shortcut menu, the <see cref="P:Microsoft.Web.Management.Client.Win32.ListPageListView.ContextMenuStrip" /> property gets that object. If not, the <see cref="P:Microsoft.Web.Management.Client.Win32.ListPageListView.ContextMenuStrip" /> gets the shortcut menu of the parent control.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ListPageListView.OnCreateControl">
      <summary>
          Occurs when the <see cref="T:Microsoft.Web.Management.Client.Win32.ListPageListView" /> control is created.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ListPageListView.ShowSortColumn(System.Windows.Forms.ColumnHeader,System.Windows.Forms.SortOrder)">
      <summary>
          Selects a column and sets the sort order.
        </summary>
      <param name="column">
              The column to select.
            </param>
      <param name="sortOrder">
              The sort order.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ListPageListView.View">
      <summary>
          Gets or sets the view for the <see cref="T:Microsoft.Web.Management.Client.Win32.ListPageListView" /> control.
        </summary>
      <returns>
          One of the <see cref="T:System.Windows.Forms.View" /> values.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ListPageListView.WndProc(System.Windows.Forms.Message@)">
      <summary>
          Processes the Windows WM_CONTEXTMENUhttp://go.microsoft.com/fwlink/?LinkId=95922 notification message.
        </summary>
      <param name="m">
              The <see cref="T:System.Windows.Form.Message" /> structure that implements the Windows message.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.ManagementGroupBox">
      <summary>
          Represents a frame around a group of related controls. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ManagementGroupBox.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.ManagementGroupBox" /> class. 
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementGroupBox.CreateParams">
      <summary>
          Gets the required creation parameters when the management group box is created.
        </summary>
      <returns>
          A <see cref="T:System.Windows.Forms.CreateParams" /> object that contains the required creation parameters when the management group box is created.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ManagementGroupBox.OnRightToLeftChanged(System.EventArgs)">
      <summary>
          Provides a mechanism to perform an action when the <see cref="P:Microsoft.Web.Management.Client.Win32.ManagementGroupBox.RightToLeftLayout" /> property changes.
        </summary>
      <param name="e">
              A <see cref="T:System.EventArgs" /> that contains the event data.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementGroupBox.RightToLeftLayout">
      <summary>
          Gets or sets a value indicating whether right-to-left mirror placement is enabled. 
        </summary>
      <returns>
          
            true if right-to-left mirror placement is turned on; otherwise, false. The default is false.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.ManagementPanel">
      <summary>
          Represents a control that groups a collection of controls. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ManagementPanel.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.ManagementPanel" /> class. 
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementPanel.CreateParams">
      <summary>
          Gets the required creation parameters when the management panel is created.
        </summary>
      <returns>
          A <see cref="T:System.Windows.Forms.CreateParams" /> object that contains the required creation parameters when the management panel is created.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ManagementPanel.OnRightToLeftChanged(System.EventArgs)">
      <summary>
          Provides a mechanism to perform an action when the <see cref="P:Microsoft.Web.Management.Client.Win32.ManagementPanel.RightToLeftLayout" /> property changes.
        </summary>
      <param name="e">
              A <see cref="T:System.EventArgs" /> that contains the event data.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementPanel.RightToLeftLayout">
      <summary>
          Gets or sets a value indicating whether right-to-left mirror placement is enabled. 
        </summary>
      <returns>
          
            true if right-to-left mirror placement is turned on; otherwise, false. The default is false.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.ManagementTabPage">
      <summary>
          Represents a single tab page in a set of tab pages.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ManagementTabPage.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.ManagementTabPage" /> class. 
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementTabPage.CreateParams">
      <summary>
          Gets the required creation parameters when the management panel is created.
        </summary>
      <returns>
          A <see cref="T:System.Windows.Forms.CreateParams" /> object that contains the required creation parameters when the tab page is created.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ManagementTabPage.OnRightToLeftChanged(System.EventArgs)">
      <summary>
          Provides a mechanism to perform an action when the <see cref="P:Microsoft.Web.Management.Client.Win32.ManagementTabPage.RightToLeftLayout" /> property changes.
        </summary>
      <param name="e">
              A <see cref="T:System.EventArgs" /> that contains the event data.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementTabPage.RightToLeftLayout">
      <summary>
          Gets or sets a value indicating whether right-to-left mirror placement is enabled. 
        </summary>
      <returns>
          
            true if right-to-left mirror placement is turned on; otherwise, false. The default is false.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable">
      <summary>
          Provides access to each color of the color table selected for a user interface (UI).
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable" /> class.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.CommandBarBorder">
      <summary>
          Gets the color of the command bar border. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the color of the command bar border.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.CommandBarButtonPressed">
      <summary>
          Gets the color of a command bar button in the pressed state.
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the color of a command bar button in the pressed state.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.CommandBarButtonSelected">
      <summary>
          Gets the color of a command bar button when the user moves the mouse pointer over it.
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the color of a command bar button when the user moves the mouse pointer over it.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.CommandBarDragHandle">
      <summary>
          Gets the color of the move handles that appear when the user drags a command bar. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the color of the move handles for a command bar.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.CommandBarDragHandleShadow">
      <summary>
          Gets the color of the shadow that indicates that the user is dragging the command bar.
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the shadow color of the command bar that the user is dragging. 
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.CommandBarGradientBegin">
      <summary>
          Gets the starting color of the gradient of the command bar. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the starting color of the command bar gradient.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.CommandBarGradientEnd">
      <summary>
          Gets the ending color of the gradient of the command bar. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the ending color of the command bar gradient.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.CommandBarGradientMiddle">
      <summary>
          Gets the middle color of the gradient of the command bar. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the middle color of the command bar gradient.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.CommandBarSeparatorDark">
      <summary>
          Gets the color of the drop-shadow effects on the command bar.
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the color of the drop-shadow effects on the command bar.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.CommandBarSeparatorLight">
      <summary>
          Gets the color used for the highlight effects on the command bar.
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the color of the highlight effects on the command bar.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.ContentBackgroundGradientBegin">
      <summary>
          Gets the starting color of the background gradient used in the user interface (UI). 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the starting color of the UI gradient.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.ContentBackgroundGradientEnd">
      <summary>
          Gets the ending color of the background gradient used in the user interface (UI). 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the ending color of the UI gradient.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.ContentBorder">
      <summary>
          Gets the color of the border of the user interface (UI). 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the color of the border.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.Hyperlink">
      <summary>
          Gets the color of an active hyperlink that the user has not clicked in the command bar. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the color of a link that the user has not clicked.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.HyperlinkPressed">
      <summary>
          Gets the color of an active hyperlink that the user has clicked in the command bar. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the color of a link that the user has clicked.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.ImageMarginGradientBegin">
      <summary>
          Gets the starting color of the gradient used in the image margin. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the starting color of the image margin gradient.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.ImageMarginGradientEnd">
      <summary>
          Gets the ending color of the gradient used in the image margin. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the ending color of the image margin gradient.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.ImageMarginGradientMiddle">
      <summary>
          Gets the middle color of the gradient used in the image margin. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the middle color of the image margin gradient.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.MenuBarGradientBegin">
      <summary>
          Gets the starting color of the gradient used in the menu bar. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the starting color of the menu bar gradient.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.MenuBarGradientEnd">
      <summary>
          Gets the ending color of the gradient used in the menu bar. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the ending color of the menu bar gradient.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.MenuBorder">
      <summary>
          Gets the border color of a menu bar. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the color of the menu bar border.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.OverflowButtonGradientBegin">
      <summary>
          Gets the starting color of the gradient used in the toolbar overflow button. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the starting color of the toolbar overflow button.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.OverflowButtonGradientEnd">
      <summary>
          Gets the ending color of the gradient used in the toolbar overflow button. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the ending color of the toolbar overflow button.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.PaddingBackColor">
      <summary>
          Gets the color of the padding of the toolbar.
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the color of the toolbar padding.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.TaskFormProgressDark">
      <summary>
          Gets the starting color for a progress indicator. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the starting color of the progress indicator.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.TaskFormProgressLight">
      <summary>
          Gets the ending color for a progress indicator. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the ending color of the progress indicator.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.TaskPanelDisabled">
      <summary>
          Gets the color of a user interface (UI) pane when the task is disabled. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the color of a disabled task pane.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ManagementUIColorTable.TaskSectionHeader">
      <summary>
          Gets the color of the user interface (UI) for a task section. 
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Color" /> object that indicates the color of a task section.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.MethodTaskItem">
      <summary>
          Provides a container class for tasks.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.MethodTaskItem.#ctor(System.String,System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.MethodTaskItem" /> class by using the specified method name, text, and category. 
        </summary>
      <param name="methodName">
              The name of the method.
            </param>
      <param name="text">
              The menu item string for the method.
            </param>
      <param name="category">
              The category of the task.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.MethodTaskItem.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.MethodTaskItem" /> class by using the specified method name, text, category, and description. 
        </summary>
      <param name="methodName">
              The name of the method.
            </param>
      <param name="text">
              The menu item string for the method.
            </param>
      <param name="category">
              The category of the task.
            </param>
      <param name="description">
              The task description.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.MethodTaskItem.#ctor(System.String,System.String,System.String,System.String,System.Drawing.Image)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.MethodTaskItem" /> class by using the specified method name, text, category, description, and menu icon.
        </summary>
      <param name="methodName">
              The name of the method.
            </param>
      <param name="text">
              The menu item string for this method.
            </param>
      <param name="category">
              The category of the task.
            </param>
      <param name="description">
              The task description.
            </param>
      <param name="image">
              The menu icon.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.MethodTaskItem.#ctor(System.String,System.String,System.String,System.String,System.Drawing.Image,System.Object)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.MethodTaskItem" /> class by using the specified method name, text, category, description, menu icon, and user data.
        </summary>
      <param name="methodName">
              The name of the method.
            </param>
      <param name="text">
              The menu item string for this method.
            </param>
      <param name="category">
              The category of the task.
            </param>
      <param name="description">
              The task description.
            </param>
      <param name="image">
              The menu image.
            </param>
      <param name="userData">
              Storage for arbitrary user data.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.MethodTaskItem.CausesNavigation">
      <summary>
          This property will be removed in a future release of IIS 7.0.
        </summary>
      <returns>
          The property value cannot be used.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.MethodTaskItem.Image">
      <summary>
          Gets the menu item icon that is associated with the task.
        </summary>
      <returns>
          A <see cref="T:System.Drawing.Image" /> object that contains the icon bitmap.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.MethodTaskItem.MethodName">
      <summary>
          Gets the method name.
        </summary>
      <returns>
          The method name.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.MethodTaskItem.Usage">
      <summary>
          Gets or sets the method usage.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.MethodTaskItemUsages" /> value.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.MethodTaskItem.UserData">
      <summary>
          Gets the user data for the task item.
        </summary>
      <returns>
          The user data for the <see cref="T:Microsoft.Web.Management.Client.Win32.MethodTaskItem" /> object.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.ModuleDialogPage">
      <summary>
          Provides the user-interface base class for developing an Gestionnaire des services IIS dialog-box extension.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleDialogPage.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.ModuleDialogPage" /> class. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleDialogPage.ApplyChanges">
      <summary>
          When overridden in a derived class, returns a value indicating the success of applied changes.
        </summary>
      <returns>
          
            true if changes have been applied successfully; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModuleDialogPage.CanApplyChanges">
      <summary>
          When overridden in a derived class, gets a value indicating whether the page can apply internal state changes.
        </summary>
      <returns>
          
            true if the page can apply internal state changes; otherwise, false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleDialogPage.CancelChanges">
      <summary>
          When overridden in a derived class, discards any pending changes for the current page.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModuleDialogPage.ChangesSavedMessage">
      <summary>
          When overridden in a derived class, gets a message to indicate that the changes have been saved successfully.
        </summary>
      <returns>
          A message to indicate that the changes have been saved successfully.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleDialogPage.OnDeactivating(System.ComponentModel.CancelEventArgs)">
      <summary>
          Provides a dialog box that asks the user to confirm or cancel pending changes.
        </summary>
      <param name="e">
              A <see cref="T:System.ComponentModel.CancelEventArgs" /> that contains data about the cancel state.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleDialogPage.OnRefresh">
      <summary>
          When overridden in a derived class, refreshes the page.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleDialogPage.Refresh">
      <summary>
          Provides a dialog box that asks the user to confirm or cancel pending changes.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModuleDialogPage.Tasks">
      <summary>
          Gets the collection of tasks for the page.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.TaskListCollection" /> object for the page.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.ModuleListPage">
      <summary>
          Defines a class that is derived from the <see cref="T:Microsoft.Web.Management.Client.Win32.ModulePage" /> class and supports searching, filtering, and group modes.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.ModuleListPage" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.#ctor(Microsoft.Web.Management.Client.Win32.ListPageListView)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.ModuleListPage" /> class by using the specified list view.
        </summary>
      <param name="listView">
              The <see cref="T:Microsoft.Web.Management.Client.Win32.ListPageListView" /> object to be displayed.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModuleListPage.CanSearch">
      <summary>
          Gets a value indicating whether a page can be searched.
        </summary>
      <returns>
          
            true if search functionality is supported; otherwise, false. The default is false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.ClearFilter">
      <summary>
          Clears the filter.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModuleListPage.DefaultGrouping">
      <summary>
          Gets the default grouping.
        </summary>
      <returns>
          The default <see cref="T:Microsoft.Web.Management.Client.ModuleListPageGrouping" /> object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModuleListPage.DefaultViewMode">
      <summary>
          Gets the default view mode.
        </summary>
      <returns>
          The default <see cref="T:Microsoft.Web.Management.Client.ModuleListPageViewModes" /> object. 
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.Dispose(System.Boolean)"></member>
    <member name="F:Microsoft.Web.Management.Client.Win32.ModuleListPage.EmptyGrouping">
      <summary>
          A <see cref="T:Microsoft.Web.Management.Client.ModuleListPageGrouping" /> object that signifies no grouping.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModuleListPage.Filter">
      <summary>
          Gets the filter for the page. 
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.ModuleListPageFilter" /> object. The default is null.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.GetGroups(Microsoft.Web.Management.Client.ModuleListPageGrouping)">
      <summary>
          Gets the supported groupings.
        </summary>
      <returns>
          The supported <see cref="T:System.Windows.Forms.ListViewGroup" /> objects.
        </returns>
      <param name="grouping">
              The name of the grouping.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.GetItemComparer(System.Windows.Forms.ColumnHeader,System.Windows.Forms.SortOrder)">
      <summary>
          Gets an object that compares two columns. 
        </summary>
      <returns>
          An object that is derived from the <see cref="T:System.Collections.IComparer" /> interface.
        </returns>
      <param name="sortColumn">
              The column that is used to sort rows.
            </param>
      <param name="sortOrder">
              The sort order.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.Group(Microsoft.Web.Management.Client.ModuleListPageGrouping)">
      <summary>
          Displays configuration features by the specified grouping.
        </summary>
      <param name="grouping">
              The name of the grouping.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModuleListPage.Groupings">
      <summary>
          Gets the groupings for the page.
        </summary>
      <returns>
          An array of <see cref="T:Microsoft.Web.Management.Client.ModuleListPageGrouping" /> objects for the page.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.InitializeListPage">
      <summary>
          When overridden in a derived class, initializes the list view for the page. 
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModuleListPage.LargeImageList">
      <summary>
          Gets the list of large images.
        </summary>
      <returns>
          The <see cref="T:System.Windows.Forms.ImageList" /> object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModuleListPage.ListView">
      <summary>
          Gets the list view.
        </summary>
      <returns>
          The <see cref="T:System.Windows.Forms.ListView" /> object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModuleListPage.ListViewContainer">
      <summary>
          Gets the list view container.
        </summary>
      <returns>
          The <see cref="T:System.Windows.Forms.Control" /> object that contains the list view.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.LoadPreferences(Microsoft.Web.Management.Client.PreferencesStore)">
      <summary>
          Retrieves stored preferences from a per-user store.
        </summary>
      <param name="store">
              The ID of the store.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.OnActivated(System.Boolean)">
      <summary>
          Indicates that a page is displayed in Gestionnaire des services IIS.
        </summary>
      <param name="initialActivation">
              
                true to indicate the first activation of the page; otherwise, false.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.OnClearFilter">
      <summary>
          When implemented in a derived class, clears the <see cref="T:Microsoft.Web.Management.Client.ModuleListPageFilter" /> object.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.OnGroup(Microsoft.Web.Management.Client.ModuleListPageGrouping)">
      <summary>
          Indicates that a group is selected.
        </summary>
      <param name="grouping">
              The selected group.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.OnSearch(Microsoft.Web.Management.Client.ModuleListPageSearchOptions)">
      <summary>
          When overridden in a derived class, performs a search.
        </summary>
      <param name="options">
              The search options.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.OnSetView">
      <summary>
          When overridden in a derived class, updates the view.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.RefreshFilter">
      <summary>
          Updates the page by using the <see cref="P:Microsoft.Web.Management.Client.Win32.ModuleListPage.Filter" /> property data.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.RefreshSearchPanel">
      <summary>
          Updates the search fields on the page.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.SavePreferences(Microsoft.Web.Management.Client.PreferencesStore)">
      <summary>
          Saves the page grouping, sort order, search entries, and layout.
        </summary>
      <param name="store">
              The ID of the store.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModuleListPage.SearchFields">
      <summary>
          Gets the searchable columns for the list view.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.ModuleListPageSearchField" /> objects for the list view.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModuleListPage.SelectedGrouping">
      <summary>
          Get or sets the list view grouping.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.ModuleListPageGrouping" /> object.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.SetView(Microsoft.Web.Management.Client.ModuleListPageViewModes)">
      <summary>
          Sets the view mode.
        </summary>
      <param name="mode">
              The view mode.
            </param>
      <exception cref="T:System.ArgumentOutOfRangeException">
              The <paramref name="mode" /> parameter is not a <see cref="T:Microsoft.Web.Management.Client.ModuleListPageViewModes" /> enumeration value.
            </exception>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModuleListPage.SmallImageList">
      <summary>
          Gets the list of small images.
        </summary>
      <returns>
          The <see cref="T:System.Windows.Forms.ImageList" /> object.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.Sort">
      <summary>
          Sorts the data that is displayed in the list view by using the current sort column and sort order.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModuleListPage.Sort(System.Windows.Forms.ColumnHeader,System.Windows.Forms.SortOrder)">
      <summary>
          Sorts the list view by using the specified sort column and sort order.
        </summary>
      <param name="column">
              The column to sort.
            </param>
      <param name="sortOrder">
              The sort order.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModuleListPage.SortColumn">
      <summary>
          Gets the header of the sort column.
        </summary>
      <returns>
          The <see cref="T:System.Windows.Forms.ColumnHeader" /> object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModuleListPage.SortOrder">
      <summary>
          Gets the sort order for the selected column.
        </summary>
      <returns>
          The <see cref="T:System.Windows.Forms.SortOrder" /> object for the selected column.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModuleListPage.ViewModes">
      <summary>
          Gets the supported view modes.
        </summary>
      <returns>
          The supported members of the <see cref="T:Microsoft.Web.Management.Client.ModuleListPageViewModes" /> enumeration.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.ModulePage">
      <summary>
          Provides the user-interface (UI) base class for developing an Gestionnaire des services IIS extension.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.ModulePage" /> class.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.CanRefresh">
      <summary>
          Gets a value indicating whether the page supports refreshing.
        </summary>
      <returns>
          
            true if refresh is supported; otherwise, false. The default is false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.Connection">
      <summary>
          Gets the associated connection.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.Connection" /> object that is associated with the <see cref="T:Microsoft.Web.Management.Client.Win32.ModulePage" /> object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.ContextMenuStrip">
      <summary>
          Gets or sets the shortcut menu for the page.
        </summary>
      <returns>
          A <see cref="T:System.Windows.Forms.ContextMenuStrip" /> object, or null if a value has not been assigned.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.CreateParams">
      <summary>
          Gets creation parameters for the page.
        </summary>
      <returns>
          A <see cref="T:System.Windows.Forms.CreateParams" /> object that contains creation parameters.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.CreateProxy(System.Type)">
      <summary>
          Retrieves the service proxy for the page.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.ModuleServiceProxy" /> object for the page.
        </returns>
      <param name="proxyType">
              The <see cref="T:System.Type" /> of the <see cref="T:Microsoft.Web.Management.Client.ModuleServiceProxy" /> derived class.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.DisplayErrorMessage(System.Exception,System.Resources.ResourceManager)">
      <summary>
          Displays a modal dialog box with an error message, based on the specified exception and resource manager.
        </summary>
      <param name="ex">
              The <see cref="T:System.Exception" /> thrown.
            </param>
      <param name="resourceManager">
              The <see cref="T:System.Resources.ResourceManager" /> object that is associated with the page.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.DisplayErrorMessage(System.Exception,System.Resources.ResourceManager,System.String)">
      <summary>
          Displays a modal dialog box with an error message, based on the specified exception, resource manager, and caption.
        </summary>
      <param name="ex">
              The <see cref="T:System.Exception" /> caught.
            </param>
      <param name="resourceManager">
              The <see cref="T:System.Resources.ResourceManager" /> object that is associated with the <see cref="T:Microsoft.Web.Management.Client.Win32.ModulePage" /> object.
            </param>
      <param name="caption">
              The string to display on the dialog box title bar.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.DisplayErrorMessage(System.String,System.String)">
      <summary>
          Displays a modal dialog box with an error message, based on the specified error text and error message.
        </summary>
      <param name="errorText">
              The message displayed.
            </param>
      <param name="errorMessage">
              The error message to display when<paramref name=" errorText" /> is null or empty.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.DisplayErrorMessage(System.String,System.String,System.String)">
      <summary>
          Displays a modal dialog box with an error message, based on the specified error text, error message, and caption.
        </summary>
      <param name="errorText">
              The error text to display.
            </param>
      <param name="errorMessage">
              The error message to display when<paramref name=" errorText" /> is null or empty.
            </param>
      <param name="caption">
              The string to display on the dialog box title bar.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.Dispose(System.Boolean)">
      <summary>
          Releases the unmanaged resources used by the <see cref="T:Microsoft.Web.Management.Client.Win32.ModulePage" /> and optionally releases the managed resources. 
        </summary>
      <param name="disposing">
              
                true to release both managed and unmanaged resources; false to release only unmanaged resources.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.EditProperties(Microsoft.Web.Management.Client.IPropertyEditingUser,System.Object,System.String,System.String)">
      <summary>
          Launches a user interface (UI) to edit the properties of the specified object.
        </summary>
      <returns>
          
            true if the edit was successful; otherwise, false.
        </returns>
      <param name="user">
              An instance of a class that implements the <see cref="T:Microsoft.Web.Management.Client.IPropertyEditingUser" /> interface.
            </param>
      <param name="targetObject">
              The object to be edited.
            </param>
      <param name="titleText">
              The title for the edit dialog box.
            </param>
      <param name="helpText">
              Information displayed in a label on the edit dialog box.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.EditProperties(Microsoft.Web.Management.Client.IPropertyEditingUser,System.Object,System.String,System.String,System.EventHandler)">
      <summary>
          Launches a user interface (UI) to edit the properties of the specified object, based on the specified event handler.
        </summary>
      <returns>
          
            true if the edit was successful; otherwise, false.
        </returns>
      <param name="user">
              An instance of a class that implements the <see cref="T:Microsoft.Web.Management.Client.IPropertyEditingUser" /> interface.
            </param>
      <param name="targetObject">
              The object to be edited.
            </param>
      <param name="titleText">
              The title for the edit dialog box.
            </param>
      <param name="helpText">
              Information displayed in a label on the edit dialog box.
            </param>
      <param name="showHelp">
              The <see cref="T:System.EventHandler" /> that is called if the user clicks the Help button on the edit dialog box.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.GetPageType(System.String)">
      <summary>
          Retrieves the page type that is associated with the module page.
        </summary>
      <returns>
          The <see cref="T:System.Type" /> of the named <see cref="T:Microsoft.Web.Management.Client.Win32.ModulePage" /> object, or null if the module is not present.
        </returns>
      <param name="moduleName">
              The name of the module.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.GetScopeStatusSummary(Microsoft.Web.Management.Client.Connection,System.String,System.String)">
      <summary>
          Retrieves the status summary of the management scope.
        </summary>
      <returns>
          A description of the configuration information.
        </returns>
      <param name="connection">
              The <see cref="T:Microsoft.Web.Management.Client.Connection" /> object that is associated with the <see cref="T:Microsoft.Web.Management.Client.Win32.ModulePage" /> object.
            </param>
      <param name="configurationPath">
              The configuration path for the scope.
            </param>
      <param name="locationSubPath">
              The name of a location tag.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.GetService(System.Type)">
      <summary>
          Retrieves the requested service object.
        </summary>
      <returns>
          An object that contains the service type if successful; otherwise, null.
        </returns>
      <param name="serviceType">
              The <see cref="T:System.Type" /> of the requested service.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.HasChanges">
      <summary>
          Gets a value indicating whether the <see cref="T:Microsoft.Web.Management.Client.Win32.ModulePage" /> object has changes. 
        </summary>
      <returns>
          
            true if the <see cref="T:Microsoft.Web.Management.Client.Win32.ModulePage" /> object has changes; otherwise, false. 
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.Initialize(System.Object)">
      <summary>
          Initializes the page when it is first created.
        </summary>
      <param name="navigationData">
              An arbitrary object.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.InProgress">
      <summary>
          Gets a value indicating whether the progress bar has been started. 
        </summary>
      <returns>
          
            true if the <see cref="M:Microsoft.Web.Management.Client.Win32.ModulePage.StartProgress(System.String,System.Windows.Forms.MethodInvoker)" /> method was successfully called; otherwise, false. 
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.LoadPreferences(Microsoft.Web.Management.Client.PreferencesStore)">
      <summary>
          Loads page preferences from the specified store.
        </summary>
      <param name="store">
              The <see cref="T:Microsoft.Web.Management.Client.PreferencesStore" /> object to load.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.Margin">
      <summary>
          Gets the default padding.
        </summary>
      <returns>
          A <see cref="T:System.Windows.Forms.Padding" /> structure. The default values are (12, 12, 12, 12).
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.Microsoft#Web#Management#Client#IModulePage#CanRefresh"></member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.Microsoft#Web#Management#Client#IModulePage#HasChanges"></member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.Microsoft#Web#Management#Client#IModulePage#Initialize(Microsoft.Web.Management.Client.Module,Microsoft.Web.Management.Client.ModulePageInfo,System.Object)"></member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.Microsoft#Web#Management#Client#IModulePage#OnActivated(System.Boolean)"></member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.Microsoft#Web#Management#Client#IModulePage#OnDeactivating(System.ComponentModel.CancelEventArgs)"></member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.Microsoft#Web#Management#Client#IModulePage#PageInfo"></member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.Microsoft#Web#Management#Client#IModulePage#Refresh"></member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.Microsoft#Web#Management#Client#IModulePage#ShowHelp"></member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.Microsoft#Web#Management#Client#IModulePage#Tasks"></member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.Module">
      <summary>
          Gets the module for the page.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.Module" /> derived class that called the <see cref="M:Microsoft.Web.Management.Client.Module.Initialize(System.IServiceProvider,Microsoft.Web.Management.Server.ModuleInfo)" /> method.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.Navigate(System.Type)">
      <summary>
          Navigates to the target page.
        </summary>
      <returns>
          
            true if navigation was successful; otherwise, false. 
        </returns>
      <param name="pageType">
              The <see cref="T:System.Type" /> of the target page.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.Navigate(System.Type,System.Object)">
      <summary>
          Navigates to the target page with a payload.
        </summary>
      <returns>
          
            true if navigation was successful; otherwise, false.
        </returns>
      <param name="pageType">
              The <see cref="T:System.Type" /> of the target page.
            </param>
      <param name="navigationData">
              Arbitrary data.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.OnActivated(System.Boolean)">
      <summary>
          Indicates that the page has been activated.
        </summary>
      <param name="initialActivation">
              
                true to do additional processing for the first activation; otherwise, false.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.OnDeactivating(System.ComponentModel.CancelEventArgs)">
      <summary>
          Provides a mechanism to cancel the page view change.
        </summary>
      <param name="e">
              A <see cref="T:System.ComponentModel.CancelEventArgs" /> that contains the event data.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.PageInfo">
      <summary>
          Gets the <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> object for the page.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.ModulePageInfo" /> object that is set when the <see cref="M:Microsoft.Web.Management.Client.IControlPanel.RegisterPage(Microsoft.Web.Management.Client.ModulePageInfo)" /> method is called from within the <see cref="M:Microsoft.Web.Management.Client.Module.Initialize(System.IServiceProvider,Microsoft.Web.Management.Server.ModuleInfo)" /> method.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.PreferenceKey">
      <summary>
          Gets the identifier that is used in the preference store.
        </summary>
      <returns>
          A <see cref="T:System.Guid" /> identifier that is used in the preference store.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.ReadOnly">
      <summary>
          Gets the current delegation mode for the page.
        </summary>
      <returns>
          
            true if the current delegation mode for this page is read-only; otherwise, false. The default is false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.ReadOnlyDescription">
      <summary>
          Gets the description that is used when the value of the <see cref="T:Microsoft.Web.Management.Server.DelegationState" /> enumeration is <see cref="F:Microsoft.Web.Management.Server.SimpleDelegatedModuleProvider.ReadOnlyDelegationState" />.
        </summary>
      <returns>
          The string "This feature is read-only."
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.Refresh">
      <summary>
          Indicates that the page needs to be refreshed.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.RightToLeftLayout">
      <summary>
          Gets or sets a value indicating whether right-to-left mirror placement is turned on.
        </summary>
      <returns>
          
            true if right-to-left mirror placement is turned on; false if standard child control placement is used. The default is false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.SavePreferences(Microsoft.Web.Management.Client.PreferencesStore)">
      <summary>
          Indicates that the preferences for the pages are being saved to the specified store.
        </summary>
      <param name="store">
              The <see cref="T:Microsoft.Web.Management.Client.PreferencesStore" /> object where preferences should be saved.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.ScopeStatusSummary">
      <summary>
          Gets additional information to show in the status bar.
        </summary>
      <returns>
          Configuration information from the <see cref="T:Microsoft.Web.Management.Client.Connection" /> object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.ServiceProvider">
      <summary>
          Gets the service provider for the <see cref="T:Microsoft.Web.Management.Client.Module" /> object.
        </summary>
      <returns>
          A <see cref="T:System.IServiceProvider" /> interface that represents the service provider for the module.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.ShowDialog(Microsoft.Web.Management.Client.Win32.DialogForm)">
      <summary>
          Displays a dialog box that is parented to the top-most window.
        </summary>
      <returns>
          One of the <see cref="T:System.Windows.Forms.DialogResult" /> values that indicates the action taken when the dialog box was dismissed.
        </returns>
      <param name="form">
              The <see cref="T:Microsoft.Web.Management.Client.Win32.DialogForm" /> object to display.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.ShowError(System.Exception,System.Boolean)">
      <summary>
          Displays an error message box that is parented to the top-most window, using the specified exception and warning status.
        </summary>
      <param name="exception">
              The <see cref="T:System.Exception" /> object that provides the message.
            </param>
      <param name="isWarning">
              
                true to display a warning icon; false to display an error icon.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.ShowError(System.Exception,System.String,System.Boolean)">
      <summary>
          Displays an error message box that is parented to the top-most window, using the specified exception, message, and warning status.
        </summary>
      <param name="exception">
              The <see cref="T:System.Exception" /> object that provides the message.
            </param>
      <param name="message">
              An additional message to display.
            </param>
      <param name="isWarning">
              
                true to display a warning icon; false to display an error icon.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.ShowError(System.Exception,System.String,System.Boolean,System.String)">
      <summary>
          Displays an error message box that is parented to the top-most window, using the specified exception, message, warning status, and caption.
        </summary>
      <param name="exception">
              The <see cref="T:System.Exception" /> object that provides the message.
            </param>
      <param name="message">
              An additional message to display.
            </param>
      <param name="isWarning">
              
                true to display a warning icon; false to display an error icon.
            </param>
      <param name="caption">
              The caption for the title bar.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.ShowError(System.String,System.Boolean)">
      <summary>
          Displays an error message box that is parented to the top-most window, using the specified message and warning status.
        </summary>
      <param name="message">
              The message to display in the dialog box.
            </param>
      <param name="isWarning">
              
                true to display a warning icon; false to display an error icon.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.ShowHelp">
      <summary>
          Indicates whether a Help dialog box is available.
        </summary>
      <returns>
          
            true if Help is supported; otherwise, false. The default is false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.ShowMessage(System.String)">
      <summary>
          Displays a message box that is parented to the top-most window, using the specified text.
        </summary>
      <param name="text">
              The message to display.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.ShowMessage(System.String,System.String)">
      <summary>
          Displays a message box that is parented to the top-most window, using the specified text and caption.
        </summary>
      <param name="text">
              The message to display.
            </param>
      <param name="caption">
              The caption for the title bar.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.ShowMessage(System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)">
      <summary>
          Displays a message box that is parented to the top-most window, using the specified text, button set, and icon.
        </summary>
      <returns>
          One of the <see cref="T:System.Windows.Forms.DialogResult" /> values that indicates the selected button.
        </returns>
      <param name="text">
              The message to display.
            </param>
      <param name="buttons">
              The <see cref="T:System.Windows.Forms.MessageBoxButtons" /> object to display.
            </param>
      <param name="icon">
              The <see cref="T:System.Windows.Forms.MessageBoxIcon" /> object to display.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.ShowMessage(System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.String)">
      <summary>
          Displays a message box that is parented to the top-most window, using the specified text, button set, icon, and caption.
        </summary>
      <returns>
          One of the <see cref="T:System.Windows.Forms.DialogResult" /> values that indicates the selected button.
        </returns>
      <param name="text">
              The message to display.
            </param>
      <param name="buttons">
              The <see cref="T:System.Windows.Forms.MessageBoxButtons" /> object to display.
            </param>
      <param name="icon">
              The <see cref="T:System.Windows.Forms.MessageBoxIcon" /> to display.
            </param>
      <param name="caption">
              The caption for the title bar.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.ShowMessage(System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton)">
      <summary>
          Displays a message box that is parented to the top-most window, using the specified text, button set, icon, and default button.
        </summary>
      <returns>
          One of the <see cref="T:System.Windows.Forms.DialogResult" /> values that indicates the selected button.
        </returns>
      <param name="text">
              The message to display.
            </param>
      <param name="buttons">
              The <see cref="T:System.Windows.Forms.MessageBoxButtons" /> object to display.
            </param>
      <param name="icon">
              The <see cref="T:System.Windows.Forms.MessageBoxIcon" /> object to display.
            </param>
      <param name="defaultButton">
              The <see cref="T:System.Windows.Forms.MessageBoxDefaultButton" /> object.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.ShowMessage(System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.String)">
      <summary>
          Displays a message box that is parented to the top-most window, using the specified text, button set, icon, default button, and caption.
        </summary>
      <returns>
          One of the <see cref="T:System.Windows.Forms.DialogResult" /> values that indicates the selected button.
        </returns>
      <param name="text">
              The message to display.
            </param>
      <param name="buttons">
              The <see cref="T:System.Windows.Forms.MessageBoxButtons" /> object to display.
            </param>
      <param name="icon">
              The <see cref="T:System.Windows.Forms.MessageBoxIcon" /> object to display.
            </param>
      <param name="defaultButton">
              The <see cref="T:System.Windows.Forms.MessageBoxDefaultButton" /> object.
            </param>
      <param name="caption">
              The caption for the title bar.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.ShowOnlineHelp">
      <summary>
          Returns a value indicating whether online Help is available.
        </summary>
      <returns>
          
            true if online Help is supported; otherwise, false. The default is false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.ShowTaskList">
      <summary>
          Gets a value indicating whether the task list can be displayed.
        </summary>
      <returns>
          
            true if the task list can be displayed; otherwise, false. The default implementation returns true.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.StartAsyncTask(System.String,System.ComponentModel.DoWorkEventHandler,System.ComponentModel.RunWorkerCompletedEventHandler)">
      <summary>
          Starts the task by using a worker thread, based on the specified progress text and handlers for work and completion.
        </summary>
      <param name="progressText">
              The progress message.
            </param>
      <param name="doWorkHandler">
              The <see cref="T:System.ComponentModel.DoWorkEventHandler" /> that represents the method that will handle the <see cref="E:System.ComponentModel.BackgroundWorker.DoWork" /> event.
            </param>
      <param name="workCompletedHandler">
              The <see cref="T:System.ComponentModel.RunWorkerCompletedEventHandler" /> that represents the method that will run when the work is completed.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.StartAsyncTask(System.String,System.ComponentModel.DoWorkEventHandler,System.ComponentModel.RunWorkerCompletedEventHandler,System.Windows.Forms.MethodInvoker)">
      <summary>
          Starts the task by using a worker thread, based on the specified progress text and handlers for work, completion, and cancellation.
        </summary>
      <param name="progressText">
              The progress message.
            </param>
      <param name="doWorkHandler">
              The <see cref="T:System.ComponentModel.DoWorkEventHandler" /> that represents the method that will handle the <see cref="E:System.ComponentModel.BackgroundWorker.DoWork" /> event.
            </param>
      <param name="workCompletedHandler">
              The <see cref="T:System.ComponentModel.RunWorkerCompletedEventHandler" /> that represents the method that will run when the work is completed.
            </param>
      <param name="cancelTaskHandler">
              The <see cref="T:System.Windows.Forms.MethodInvoker" /> delegate that is called when the task is canceled.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.StartAsyncTask(System.String,System.ComponentModel.DoWorkEventHandler,System.ComponentModel.RunWorkerCompletedEventHandler,System.Windows.Forms.MethodInvoker,System.Object)">
      <summary>
          Starts the task by using a worker thread, based on the specified progress text, handlers for work, completion, and cancellation, and argument object.
        </summary>
      <param name="progressText">
              The progress message.
            </param>
      <param name="doWorkHandler">
              The <see cref="T:System.ComponentModel.DoWorkEventHandler" /> that represents the method that will handle the <see cref="E:System.ComponentModel.BackgroundWorker.DoWork" /> event.
            </param>
      <param name="workCompletedHandler">
              The <see cref="T:System.ComponentModel.RunWorkerCompletedEventHandler" /> that represents the method that will run when the work is completed.
            </param>
      <param name="cancelTaskHandler">
              The <see cref="T:System.Windows.Forms.MethodInvoker" /> delegate that is called when the task is canceled.
            </param>
      <param name="argument">
              An object for use by the worker thread.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.StartProgress(System.String,System.Windows.Forms.MethodInvoker)">
      <summary>
          Starts the progress indicator.
        </summary>
      <param name="text">
              The progress message.
            </param>
      <param name="cancelMethod">
              The <see cref="T:System.Windows.Forms.MethodInvoker" /> delegate that is called when the <see cref="M:Microsoft.Web.Management.Client.Win32.ModulePage.StartProgress(System.String,System.Windows.Forms.MethodInvoker)" /> method is canceled.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.StopProgress">
      <summary>
          Stops the progress indicator.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.System#IDisposable#Dispose"></member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePage.Tasks">
      <summary>
          Gets the list of tasks for the page. 
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.TaskListCollection" /> object that contains tasks for the page.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePage.Update">
      <summary>
          Updates the <see cref="tasks" /> and the user interface (UI).
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage">
      <summary>
          Provides a property grid to manage administration settings.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage" /> class. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage.ApplyChanges">
      <summary>
          Updates the <see cref="T:Microsoft.Web.Management.Client.Win32.ModuleDialogPage" /> object when the user clicks the Apply button.
        </summary>
      <returns>
          
            true if the update was successful; otherwise, false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage.CancelChanges">
      <summary>
          Cancels pending changes.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage.ClearDirty">
      <summary>
          Clears the internal flag that indicates whether a <see cref="T:Microsoft.Web.Management.Client.PropertyGridObject" /> object has been modified.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage.ConfigNamesPresent">
      <summary>
          Gets a value indicating whether configuration names are supported.
        </summary>
      <returns>
          
            true if configuration names are supported; otherwise, false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage.GetProperties">
      <summary>
          When overridden in a derived class, gets the custom properties for the page. 
        </summary>
      <returns>
          The custom properties for the page.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage.GetSettings">
      <summary>
          Starts a worker thread that gets the settings for the page.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage.HasChanges">
      <summary>
          Gets a value indicating whether changes have been made to the data.
        </summary>
      <returns>
          
            true if changes have been made; otherwise, false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage.LoadPreferences(Microsoft.Web.Management.Client.PreferencesStore)">
      <summary>
          Retrieves stored preferences from a per-user store. 
        </summary>
      <param name="store">
              The preference store.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage.OnActivated(System.Boolean)">
      <summary>
          Indicates that the page is activated. 
        </summary>
      <param name="initialActivation">
              
                true to do additional processing for the first activation; otherwise, false.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage.OnException(System.Exception)">
      <summary>
          Displays the exception message.
        </summary>
      <param name="ex">
              The caught exception.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage.OnRefresh">
      <summary>
          Returns the page settings when the page is refreshed.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage.ProcessProperties(Microsoft.Web.Management.Server.PropertyBag)">
      <summary>
          When overridden in a derived class, returns the user-defined custom properties.
        </summary>
      <param name="properties">
              The user-defined properties.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage.SavePreferences(Microsoft.Web.Management.Client.PreferencesStore)">
      <summary>
          Saves user-defined preferences.
        </summary>
      <param name="store">
              The preference store.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage.TargetObject">
      <summary>
          Gets or sets the object that uses configuration names and attributes.
        </summary>
      <returns>
          The object that accesses configuration names and attributes.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage.Tasks">
      <summary>
          Gets the task list collection for the page.
        </summary>
      <returns>
          The task list collection for the page.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.ModulePropertiesPage.UpdateProperties(System.Boolean@)">
      <summary>
          Updates property values when the user clicks the Apply button.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Server.PropertyBag" /> object that contains the updated values.
        </returns>
      <param name="updateSuccessful">
              
                true to indicate that the property update was successful; otherwise, false.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.TaskForm">
      <summary>
          Provides the base class for writing a Windows Form for Gestionnaire des services IIS.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.TaskForm.#ctor(System.IServiceProvider)">
      <summary>
          Initializes a new instance of the<see cref="T:Microsoft.Web.Management.Client.Win32.TaskForm" /> class.
        </summary>
      <param name="serviceProvider">
              An <see cref="T:System.IServiceProvider" /> interface.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.TaskForm.CanAccept">
      <summary>
          When overridden in a derived class, gets a value indicating whether the form can accept changes.
        </summary>
      <returns>
          
            true if the <see cref="T:Microsoft.Web.Management.Client.Win32.TaskForm" /> can accept changes; otherwise, false. The base-class implementation returns true.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.TaskForm.CanCancel">
      <summary>
          When overridden in a derived class, gets a value indicating whether the operation can be canceled.
        </summary>
      <returns>
          
            true if the operation can be canceled; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.TaskForm.IsCancellable">
      <summary>
          When overridden in a derived class, returns a value indicating whether tasks can be canceled.
        </summary>
      <returns>
          
            true if the tasks can be canceled; otherwise, false. The default implementation returns true.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.TaskForm.OnAccept">
      <summary>
          Called when user input is accepted.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.TaskForm.OnCancel">
      <summary>
          Cancels the pending changes.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.TaskForm.StartTaskProgress">
      <summary>
          Sends a start notification to the <see cref="T:Microsoft.Web.Management.Client.Win32.TaskForm" /> object.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.TaskForm.StopTaskProgress">
      <summary>
          Sends a start notification to the <see cref="T:Microsoft.Web.Management.Client.Win32.TaskForm" />.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.TaskForm.Update">
      <summary>
          Updates the status of the Cancel and OK buttons.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.TaskForm.UpdateTaskForm">
      <summary>
          Calls the <see cref="M:Microsoft.Web.Management.Client.Win32.TaskForm.Update" /> method.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.TextTaskItem">
      <summary>
          Provides a container class for text and image data.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.TextTaskItem.#ctor(System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.TextTaskItem" /> class, using the specified text and category.
        </summary>
      <param name="text">
              The text associated with the task.
            </param>
      <param name="category">
              The category associated with the task.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.TextTaskItem.#ctor(System.String,System.String,System.Boolean)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.TextTaskItem" /> class, using the specified text, category, and optional heading status.
        </summary>
      <param name="text">
              The text associated with the task.
            </param>
      <param name="category">
              The category associated with the task.
            </param>
      <param name="isHeading">
              
                true to make the task item a heading; otherwise, false.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.TextTaskItem.#ctor(System.String,System.String,System.Boolean,System.Drawing.Image)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.TextTaskItem" /> class, using the specified text, category, optional heading status, and image.
        </summary>
      <param name="text">
              The text associated with the task.
            </param>
      <param name="category">
              The category associated with the task.
            </param>
      <param name="isHeading">
              
                true to make the task item a heading; otherwise, false.
            </param>
      <param name="image">
              The <see cref="T:System.Drawing.Image" /> object associated with the task.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.TextTaskItem.Image">
      <summary>
          Gets the image associated with the task item.
        </summary>
      <returns>
          The image object associated with the task item. 
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.TextTaskItem.IsHeading">
      <summary>
          Gets a value indicating whether the task item is a heading.
        </summary>
      <returns>
          
            true if the task item is a heading; otherwise, false. The default is false.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.WaitCursor">
      <summary>
          Provides a convenience class for displaying a wait cursor, which is usually displayed as an hourglass shape, during a lengthy operation.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WaitCursor.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.WaitCursor" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WaitCursor.Dispose">
      <summary>
          Releases all resources used by the <see cref="T:Microsoft.Web.Management.Client.Win32.WaitCursor" /> class. 
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.WizardForm">
      <summary>
          Provides the base class for wizard forms, which contain <see cref="T:Microsoft.Web.Management.Client.Win32.WizardPage" /> objects.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.#ctor(System.IServiceProvider)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.WizardForm" /> class. 
        </summary>
      <param name="serviceProvider">
              The <see cref="T:System.IServiceProvider" /> interface.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardForm.BorderMargin">
      <summary>
          Gets the width of the margins around the wizard page in the wizard form. 
        </summary>
      <returns>
          The width, in pixels, of the margin. The default is 14.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardForm.CanCancel">
      <summary>
          When overridden in a derived class, gets a value indicating whether the wizard can be canceled. 
        </summary>
      <returns>
          
            true if the wizard can be canceled; otherwise, false. The default is true.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.CancelWizard">
      <summary>
          When overridden in a derived class, indicates that the user has canceled the wizard form.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardForm.CanComplete">
      <summary>
          When overridden in a derived class, gets a value indicating whether the wizard can be completed. 
        </summary>
      <returns>
          
            true if the wizard can be completed; otherwise, false. The default is false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardForm.CanShowHelp">
      <summary>
          Gets a value indicating whether the user can view the Help file. 
        </summary>
      <returns>
          
            true if the user can view the Help file; otherwise, false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.CompleteWizard">
      <summary>
          When overridden in a derived class, enables the user to close the wizard by clicking the Finish button. 
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardForm.CurrentPage">
      <summary>
          Gets the current page that is displayed in the wizard form. 
        </summary>
      <returns>
          The current <see cref="T:Microsoft.Web.Management.Client.Win32.WizardPage" /> object that is displayed in the wizard form.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.GetWizardPages">
      <summary>
          When overridden in a derived class, returns a collection of wizard pages that the wizard form contains. 
        </summary>
      <returns>
          An array of <see cref="T:Microsoft.Web.Management.Client.Win32.WizardPage" /> objects that the wizard form contains.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardForm.IsCancellable">
      <summary>
          When overridden in a derived class, gets a value indicating whether the wizard can be canceled. 
        </summary>
      <returns>
          
            true if the user can cancel the wizard; otherwise, false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.NavigateToNextPage">
      <summary>
          Provides a mechanism to move to the next wizard page of the wizard form.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.NavigateToPreviousPage">
      <summary>
          Provides a mechanism to move to the previous wizard page of the wizard form.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.OnClosing(System.ComponentModel.CancelEventArgs)">
      <summary>
          Indicates that the form is closing, and raises the <see cref="E:System.Windows.Forms.Form.Closing" /> event.
        </summary>
      <param name="e">
              A <see cref="T:System.ComponentModel.CancelEventArgs" /> that contains the event data.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.OnInitialActivated(System.EventArgs)">
      <summary>
          Indicates that the form has been loaded for the first time, and raises the <see cref="E:System.Windows.Forms.Form.Activated" /> event. 
        </summary>
      <param name="e">
              A <see cref="T:System.EventArgs" /> that contains the event data.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.OnLoad(System.EventArgs)">
      <summary>
          Indicates that the wizard form is loaded, and raises the <see cref="E:System.Windows.Forms.Form.Load" /> event.
        </summary>
      <param name="e">
              A <see cref="T:System.EventArgs" /> that contains the event data.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.OnPageChanged(System.EventArgs)">
      <summary>
          Indicates that the user has moved from the current page to the previous or next page of the wizard form.
        </summary>
      <param name="e">
              A <see cref="T:System.EventArgs" /> that contains the event data.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.OnPageChanging(System.EventArgs)">
      <summary>
          When overridden in a derived class, indicates that the user is moving from the current page to the previous or next page of the wizard form.
        </summary>
      <param name="e">
              An <see cref="T:System.EventArgs" /> that contains the event data.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.OnPaint(System.Windows.Forms.PaintEventArgs)">
      <summary>
          Indicates that the wizard form is being redrawn, and raises the <see cref="E:System.Windows.Forms.Control.Paint" /> event.
        </summary>
      <param name="e">
              A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains the event data.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardForm.Pages">
      <summary>
          Gets the <see cref="T:System.Collections.IList" /> interface that contains the collection of pages in the wizard. 
        </summary>
      <returns>
          An <see cref="T:System.Collections.IList" /> interface that contains the list of pages in the wizard form.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.ShouldShowPage(Microsoft.Web.Management.Client.Win32.WizardPage)">
      <summary>
          When overridden in a derived class, determines which pages of the wizard can be shown in the wizard form.
        </summary>
      <returns>
          
            true to indicate that the page should be shown in the wizard form; otherwise, false. 
        </returns>
      <param name="page">
              The wizard page.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.ShowHelp">
      <summary>
          Provides a mechanism to display the wizard Help file.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardForm.StartPageIndex">
      <summary>
          When overridden in a derived class, gets the page index of the first page that the wizard displays when it is first loaded. 
        </summary>
      <returns>
          The page index of the first page to be displayed in the wizard. The default is 0.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.StartTaskProgress">
      <summary>
          Starts the progress bar.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.StopTaskProgress">
      <summary>
          Stops the progress bar.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardForm.TaskCaption">
      <summary>
          Gets or sets the caption of a task, wizard form, or other object. 
        </summary>
      <returns>
          The caption text. The default is an empty string.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardForm.TaskCaptionBorderStyle">
      <summary>
          Gets or sets the border style for the task caption. 
        </summary>
      <returns>
          One of the <see cref="T:System.Windows.Forms.BorderStyle" /> values that represents the style of border to display for the form. The default is <see cref="F:System.Windows.Forms.BorderStyle.FixedSingle" />.
        </returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
              
                <see cref="T:System.Windows.Forms.BorderStyle" /> is a value other than <see cref="F:System.Windows.Forms.BorderStyle.None" /> or <see cref="F:System.Windows.Forms.BorderStyle.FixedSingle" />.
            </exception>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardForm.TaskDescription">
      <summary>
          Gets or sets the description of a task, wizard form, or other object. 
        </summary>
      <returns>
          The task description text. The default is an empty string.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardForm.TaskGlyph">
      <summary>
          Gets or sets the image for the form. 
        </summary>
      <returns>
          The <see cref="T:System.Drawing.Image" /> object that is used in the wizard.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardForm.TaskProgressEndColor">
      <summary>
          Gets or sets the ending color for the progress bar gradient. 
        </summary>
      <returns>
          The <see cref="T:System.Drawing.Color" /> structure that is used as the ending color of the progress bar gradient. The default color is [A=255, R=204, G=236, B=255], which is an integer value of -3347201.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardForm.TaskProgressGradientSpeed">
      <summary>
          Gets or sets the number of color-gradient cycles that the progress bar will display at any one time. 
        </summary>
      <returns>
          The number of color-gradient cycles displayed in the progress bar. The default is 1.
        </returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
              The value of the <see cref="P:Microsoft.Web.Management.Client.Win32.WizardForm.TaskProgressGradientSpeed" /> property is less than 1.
            </exception>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardForm.TaskProgressScrollSpeed">
      <summary>
          Gets or sets the scroll speed of the progress bar. 
        </summary>
      <returns>
          The scroll speed of the progress bar. The default is 6.
        </returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
              The value of the <see cref="P:Microsoft.Web.Management.Client.Win32.WizardForm.TaskProgressScrollSpeed" /> property is less than 1.
            </exception>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardForm.TaskProgressStartColor">
      <summary>
          Gets or sets the starting color for the progress bar gradient. 
        </summary>
      <returns>
          The <see cref="T:System.Drawing.Color" /> structure that is used as the starting color of the progress bar gradient. The default color is [A=255, R=0, G=51, B=135], which is an integer value of -16764025.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.Update">
      <summary>
          Updates the view of the wizard form.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardForm.UpdateWizard">
      <summary>
          Updates the view of the wizard form.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardForm.WizardData">
      <summary>
          When overridden in a derived class, gets the information for the wizard. 
        </summary>
      <returns>
          An object that contains data for the wizard.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Client.Win32.WizardPage">
      <summary>
          Provides the base class for wizard pages that are shown in a <see cref="T:Microsoft.Web.Management.Client.Win32.WizardForm" /> object.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardPage.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Client.Win32.WizardPage" /> class. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardPage.Activate">
      <summary>
          When overridden in a derived class, indicates that the form has been loaded for the first time
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardPage.CanNavigateNext">
      <summary>
          Gets a value indicating whether the user can move to the next wizard page. 
        </summary>
      <returns>
          
            true if the user can move to the next page; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardPage.CanNavigatePrevious">
      <summary>
          When overridden in a derived class, gets a value indicating whether the user can move to the previous wizard page. 
        </summary>
      <returns>
          
            true if the user can move to the previous page; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardPage.CanShowHelp">
      <summary>
          When overridden in a derived class, gets a value indicating whether the <see cref="M:Microsoft.Web.Management.Client.Win32.WizardPage.ShowHelp" /> method is supported. 
        </summary>
      <returns>
          
            true if the user can view the Help file; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardPage.Caption">
      <summary>
          Gets or sets the caption of a form, wizard page, or other object. 
        </summary>
      <returns>
          The caption text. The default is an empty string.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardPage.CreateParams">
      <summary>
          Gets the required creation parameters when the wizard page is created. 
        </summary>
      <returns>
          A <see cref="T:System.Windows.Forms.CreateParams" /> object that contains the required creation parameters when the wizard page is created.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardPage.Description">
      <summary>
          Gets or sets the description of a form, wizard page, or other object. 
        </summary>
      <returns>
          The description text. The default is an empty string.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardPage.GetService(System.Type)">
      <summary>
          Gets the service object that is associated with the specified type.
        </summary>
      <returns>
          A service object of type <paramref name="serviceType" />, or null if there is no service object of type <paramref name="serviceType" />.
        </returns>
      <param name="serviceType">
              The type of service object to obtain.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardPage.NextPage">
      <summary>
          When overridden in a derived class, gets the next page of the wizard. 
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.Win32.WizardPage" /> object that contains the next page of the wizard.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardPage.OnNext">
      <summary>
          When overridden in a derived class, provides a mechanism to move to the next page of the wizard.
        </summary>
      <returns>
          
            true if the user can move to the next page; otherwise, false. 
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardPage.OnPrevious">
      <summary>
          When overridden in a derived class, provides a mechanism to move to the previous page in the wizard.
        </summary>
      <returns>
          
            true if the user can move to the previous page; otherwise, false. 
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardPage.OnRightToLeftChanged(System.EventArgs)">
      <summary>
          Provides a mechanism to perform an action when the <see cref="P:Microsoft.Web.Management.Client.Win32.WizardPage.RightToLeftLayout" /> property changes.
        </summary>
      <param name="e">
              A <see cref="T:System.EventArgs" /> that contains the event data.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardPage.Pages">
      <summary>
          Gets the <see cref="T:System.Collections.IList" /> interface that contains the collection of pages in the wizard. 
        </summary>
      <returns>
          An <see cref="T:System.Collections.IList" /> interface that contains the list of pages in the wizard form.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardPage.PreviousPage">
      <summary>
          When overridden in a derived class, gets the previous page of the wizard. 
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.Win32.WizardPage" /> object that contains the previous page of the wizard.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardPage.RightToLeftLayout">
      <summary>
          Gets or sets a value indicating whether right-to-left mirror placement is enabled. 
        </summary>
      <returns>
          
            true if right-to-left mirror placement is turned on; otherwise, false. The default is false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardPage.ServiceProvider">
      <summary>
          Gets service provider for the wizard form that contains this page. 
        </summary>
      <returns>
          An <see cref="T:System.IServiceProvider" /> interface that represents the service provider for the <see cref="T:Microsoft.Web.Management.Client.Win32.WizardForm" /> object.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardPage.ShowError(System.Exception,System.String,System.Boolean)">
      <summary>
          Displays the specified exception and information about the exception.
        </summary>
      <param name="exception">
              The <see cref="T:System.Exception" /> that provides the message.
            </param>
      <param name="message">
              An additional message to display.
            </param>
      <param name="isWarning">
              
                true to display a warning symbol; false to display an error symbol.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardPage.ShowHelp">
      <summary>
          When overridden in a derived class, provides a mechanism to display the wizard Help file.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardPage.ShowMessage(System.String)">
      <summary>
          Displays a message box that uses the specified text.
        </summary>
      <param name="text">
              The message to display.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardPage.ShowMessage(System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton)">
      <summary>
          Displays a message box that uses the specified text, button set, symbol, and default button.
        </summary>
      <returns>
          One of the <see cref="T:System.Windows.Forms.DialogResult" /> values.
        </returns>
      <param name="text">
              The message to display in the message box.
            </param>
      <param name="buttons">
              One of the <see cref="T:System.Windows.Forms.MessageBoxButtons" /> values.
            </param>
      <param name="icon">
              One of the <see cref="T:System.Windows.Forms.MessageBoxIcon" /> values.
            </param>
      <param name="defaultButton">
              One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton" /> values.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Client.Win32.WizardPage.UpdateWizard">
      <summary>
          Provides a mechanism to update the wizard display.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardPage.Wizard">
      <summary>
          Gets wizard form that contains this wizard page. 
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Client.Win32.WizardForm" /> object that contains this wizard page.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Client.Win32.WizardPage.WizardData">
      <summary>
          Gets the information for the wizard. 
        </summary>
      <returns>
          An object that contains data for the wizard.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Features.Administrators.AdministratorsModuleProvider">
      <summary>
          Provides an entry point for Gestionnaire des services IIS to identify an administrator module. This class cannot be inherited.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Features.Administrators.AdministratorsModuleProvider.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Features.Administrators.AdministratorsModuleProvider" /> class. 
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Features.Administrators.AdministratorsModuleProvider.FriendlyName">
      <summary>
          Gets the display name of the module provider.
        </summary>
      <returns>
          The display name of the module provider.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Features.Administrators.AdministratorsModuleProvider.GetModuleDefinition(Microsoft.Web.Management.Server.IManagementContext)">
      <summary>
          Retrieves the information about the management module associated with the module provider.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ModuleDefinition" /> object associated with the provider.
        </returns>
      <param name="context">
              A <see cref="T:Microsoft.Web.Management.Server.IManagementContext" /> interface that represents the calling host's management context.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Features.Administrators.AdministratorsModuleProvider.ServiceType">
      <summary>
          Gets the type of the module service associated with the administrator module provider.
        </summary>
      <returns>
          The <see cref="T:System.Type" /> of the module service associated with the administrator module provider.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Features.Administrators.AdministratorsModuleProvider.SupportsDelegation">
      <summary>
          Gets a value indicating whether the module provider supports delegation.
        </summary>
      <returns>
          
            false in all cases.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Features.Administrators.AdministratorsModuleProvider.SupportsScope(Microsoft.Web.Management.Server.ManagementScope)">
      <summary>
          Returns a value indicating whether the specified scope is <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Server" />.
        </summary>
      <returns>
          
            true if the <paramref name="scope" /> parameter is <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Server" />; otherwise, false.
        </returns>
      <param name="scope">
              A <see cref="T:Microsoft.Web.Management.Server.ManagementScope" /> value. Possible values are <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Server" />, <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Site" />, or <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Application" />.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Features.Delegation.DelegationModuleProvider">
      <summary>
          Provides an entry point for Gestionnaire des services IIS to identify a delegation module. This class cannot be inherited.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Features.Delegation.DelegationModuleProvider.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Features.Delegation.DelegationModuleProvider" /> class. 
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Features.Delegation.DelegationModuleProvider.FriendlyName">
      <summary>
          Gets the display name of the delegation module provider.
        </summary>
      <returns>
          The display name of the delegation module provider.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Features.Delegation.DelegationModuleProvider.GetModuleDefinition(Microsoft.Web.Management.Server.IManagementContext)">
      <summary>
          Retrieves the information about the management module associated with the delegation module provider.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ModuleDefinition" /> object associated with the delegation module provider.
        </returns>
      <param name="context">
              A <see cref="T:Microsoft.Web.Management.Server.IManagementContext" /> interface that represents the calling host's management context.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Features.Delegation.DelegationModuleProvider.ServiceType">
      <summary>
          Gets the type of the module service associated with the delegation module provider.
        </summary>
      <returns>
          The <see cref="T:System.Type" /> of the module service associated with the delegation module provider.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Features.Delegation.DelegationModuleProvider.SupportsScope(Microsoft.Web.Management.Server.ManagementScope)">
      <summary>
          Returns a value indicating whether the specified scope is <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Server" /> or <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Site" />.
        </summary>
      <returns>
          
            true if the <paramref name="scope" /> parameter is <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Server" /> or <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Site" />; otherwise, false.
        </returns>
      <param name="scope">
              A <see cref="T:Microsoft.Web.Management.Server.ManagementScope" /> value. Possible values are <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Server" />, <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Site" />, or <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Application" />.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Features.Service.ServiceModuleProvider">
      <summary>
          Provides an entry point for Gestionnaire des services IIS to identify a management service module.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Features.Service.ServiceModuleProvider.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Features.Service.ServiceModuleProvider" /> class. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Features.Service.ServiceModuleProvider.GetModuleDefinition(Microsoft.Web.Management.Server.IManagementContext)">
      <summary>
          Retrieves the module definition of the service module provider for the specified context.
        </summary>
      <returns>
          A new <see cref="T:Microsoft.Web.Management.Server.ModuleDefinition" /> object that is associated with the specified context, or null if the context is null or if the context is not a local connection.
        </returns>
      <param name="context">
              A <see cref="T:Microsoft.Web.Management.Server.IManagementContext" /> interface that represents the calling host's management context.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Features.Service.ServiceModuleProvider.ServiceType">
      <summary>
          Gets the type of the module service that is associated with the service module provider.
        </summary>
      <returns>
          
            null in all cases.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Features.Service.ServiceModuleProvider.SupportsDelegation">
      <summary>
          Gets a value indicating whether the service module provider supports delegation.
        </summary>
      <returns>
          
            false in all cases.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Features.Service.ServiceModuleProvider.SupportsScope(Microsoft.Web.Management.Server.ManagementScope)">
      <summary>
          Returns a value indicating whether the specified scope is <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Server" />.
        </summary>
      <returns>
          
            true if the <paramref name="scope" /> parameter is <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Server" />; false if <paramref name="scope" /> is <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Site" /> or <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Application" />, or if the Web management service is not installed.
        </returns>
      <param name="scope">
              One of the <see cref="T:Microsoft.Web.Management.Server.ManagementScope" /> values.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Host.ConnectionManager"></member>
    <member name="M:Microsoft.Web.Management.Host.ConnectionManager.#ctor(System.IServiceProvider,System.Boolean)"></member>
    <member name="M:Microsoft.Web.Management.Host.ConnectionManager.Microsoft#Web#Management#Client#IConnectionManager#ActivateConnection(Microsoft.Web.Management.Client.ConnectionInfo)"></member>
    <member name="E:Microsoft.Web.Management.Host.ConnectionManager.Microsoft#Web#Management#Client#IConnectionManager#ConnectionActivated"></member>
    <member name="E:Microsoft.Web.Management.Host.ConnectionManager.Microsoft#Web#Management#Client#IConnectionManager#ConnectionDeactivated"></member>
    <member name="E:Microsoft.Web.Management.Host.ConnectionManager.Microsoft#Web#Management#Client#IConnectionManager#ConnectionRefreshed"></member>
    <member name="E:Microsoft.Web.Management.Host.ConnectionManager.Microsoft#Web#Management#Client#IConnectionManager#ConnectionRefreshing"></member>
    <member name="P:Microsoft.Web.Management.Host.ConnectionManager.Microsoft#Web#Management#Client#IConnectionManager#Connections"></member>
    <member name="M:Microsoft.Web.Management.Host.ConnectionManager.Microsoft#Web#Management#Client#IConnectionManager#DeactivateConnection(Microsoft.Web.Management.Client.Connection)"></member>
    <member name="M:Microsoft.Web.Management.Host.ConnectionManager.Microsoft#Web#Management#Client#IConnectionManager#GetConnectionActiveState(Microsoft.Web.Management.Client.ConnectionInfo)"></member>
    <member name="P:Microsoft.Web.Management.Host.ConnectionManager.Microsoft#Web#Management#Client#IConnectionManager#IsDirty"></member>
    <member name="E:Microsoft.Web.Management.Host.ConnectionManager.Microsoft#Web#Management#Client#IConnectionManager#IsDirtyChanged"></member>
    <member name="M:Microsoft.Web.Management.Host.ConnectionManager.Microsoft#Web#Management#Client#IConnectionManager#PerformLogin(Microsoft.Web.Management.Client.ConnectionInfo)"></member>
    <member name="M:Microsoft.Web.Management.Host.ConnectionManager.Microsoft#Web#Management#Client#IConnectionManager#RefreshConnection(Microsoft.Web.Management.Client.Connection)"></member>
    <member name="P:Microsoft.Web.Management.Host.ConnectionManager.Microsoft#Web#Management#Client#IConnectionManager#RegisteredConnections"></member>
    <member name="M:Microsoft.Web.Management.Host.ConnectionManager.Microsoft#Web#Management#Client#IConnectionManager#Save"></member>
    <member name="P:Microsoft.Web.Management.Host.ConnectionManager.Microsoft#Web#Management#Client#IConnectionManager#SupportsMultipleConnections"></member>
    <member name="M:Microsoft.Web.Management.Host.ConnectionManager.System#IDisposable#Dispose"></member>
    <member name="T:Microsoft.Web.Management.Host.IManagementHost">
      <summary>
          Identifies the host of the management unit.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Host.IManagementHost.ApplicationName">
      <summary>
          Gets the unique name of the application that contains the host instance.
        </summary>
      <returns>
          The unique name of the application that contains the host instance.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Host.IManagementHost.CreateBuilder(System.Type)">
      <summary>
          Returns the requested object that was created by the class factory and has the specified type.
        </summary>
      <returns>
          An object of type <paramref name="builderType" /> that was created by the class factory implementation.
        </returns>
      <param name="builderType">
              The type of the object to be created.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Host.IManagementHost.CreateHostModule">
      <summary>
          Returns the hosting <see cref="T:Microsoft.Web.Management.Client.Module" /> object.
        </summary>
      <returns>
          The hosting <see cref="T:Microsoft.Web.Management.Client.Module" /> object.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Host.IManagementHost.CreateManagementContext">
      <summary>
          Returns the <see cref="T:Microsoft.Web.Management.Server.IManagementContext" /> object.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Server.IManagementContext" /> object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Host.IManagementHost.Name">
      <summary>
          Gets the unique name of the host.
        </summary>
      <returns>
          The unique name of the host.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Host.IManagementHost.Title">
      <summary>
          Gets the host name that will be displayed to the user.
        </summary>
      <returns>
          The host name that will be displayed to the user.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Host.IManagementHost.UserData">
      <summary>
          Gets the <see cref="T:System.Collections.IDictionary" /> object in which to store global settings.
        </summary>
      <returns>
          The <see cref="T:System.Collections.IDictionary" /> object in which to store global settings.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Host.IManagementHost.UserInterfaceTechnologyType">
      <summary>
          Gets the type that implements the <see cref="T:Microsoft.Web.Management.Client.IModulePage" /> interface and is used as the base class for a page that is shown in the user interface.
        </summary>
      <returns>
          The type that implements the <see cref="T:Microsoft.Web.Management.Client.IModulePage" /> interface and is used as the base class for a page that is shown in the user interface.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Host.IManagementHost.Version">
      <summary>
          Gets the host version information.
        </summary>
      <returns>
          The <see cref="T:System.Version" /> object that contains information about the host version.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Host.Shell.ShellApplication">
      <summary>
          Enables Gestionnaire des services IIS to be started with specific parameters.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Host.Shell.ShellApplication.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Host.Shell.ShellApplication" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Host.Shell.ShellApplication.CreateComponents">
      <summary>
          When overridden in a derived class, returns an instance of the <see cref="T:Microsoft.Web.Management.Host.Shell.ShellComponents" /> class.
        </summary>
      <returns>
          An instance of the <see cref="T:Microsoft.Web.Management.Host.Shell.ShellComponents" /> class.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Host.Shell.ShellApplication.Execute(System.Boolean,System.Boolean,System.Boolean)">
      <summary>
          Starts an instance of Gestionnaire des services IIS or resets Gestionnaire des services IIS preferences without starting.
        </summary>
      <param name="localDevelopmentMode">
              
                true to set the local development mode to "ASP.NET"; false to set the local development mode to "IIS".
            </param>
      <param name="resetPreferences">
              
                true to reset the Gestionnaire des services IIS preferences; false to load the existing Gestionnaire des services IIS preferences.
            </param>
      <param name="resetPreferencesNoLaunch">
              
                true to reset the Gestionnaire des services IIS preferences without starting the Gestionnaire des services IIS application; otherwise, false.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Host.Shell.ShellApplication.GetService(System.Type)">
      <summary>
          Returns a service object of the specified type.
        </summary>
      <returns>
          A service object of the type specified in the <paramref name="serviceType" /> parameter, or null if there is no service object of the type specified in the <paramref name="serviceType" /> parameter.
        </returns>
      <param name="serviceType">
              The <see cref="T:System.Type" /> object of the requested <see cref="T:System.IServiceProvider" /> interface.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Host.Shell.ShellApplication.System#IServiceProvider#GetService(System.Type)"></member>
    <member name="T:Microsoft.Web.Management.Host.Shell.ShellComponents">
      <summary>
          Passes information to an instance of Gestionnaire des services IIS that is started by a <see cref="T:Microsoft.Web.Management.Host.Shell.ShellApplication" /> object.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Host.Shell.ShellComponents.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Host.Shell.ShellComponents" /> class. 
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Host.Shell.ShellComponents.HelpMenu">
      <summary>
          Gets or sets a task list for a Help menu in Gestionnaire des services IIS.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Client.TaskList" /> object.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.AdministrationModule">
      <summary>
          Encapsulates information about a specific administration module. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.AdministrationModule.#ctor(System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.AdministrationModule" /> class. 
        </summary>
      <param name="name">
              The name of the new module.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" /> parameter is null.
            </exception>
    </member>
    <member name="P:Microsoft.Web.Management.Server.AdministrationModule.Name">
      <summary>
          Gets the name of the administration module.
        </summary>
      <returns>
          The name of the <see cref="T:Microsoft.Web.Management.Server.AdministrationModule" /> object.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.AdministrationModuleCollection">
      <summary>
          Represents a collection of administration modules. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.AdministrationModuleCollection.Add(System.String)">
      <summary>
          Adds the administration module that has the specified name to the collection.
        </summary>
      <param name="moduleName">
              The name of the <see cref="T:Microsoft.Web.Management.Server.AdministrationModule" /> object to add to the collection.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.AdministrationModuleCollection.Clear">
      <summary>
          Clears all the <see cref="T:Microsoft.Web.Management.Server.AdministrationModule" /> objects from the current collection.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Server.AdministrationModuleCollection.Count">
      <summary>
          Gets the number of elements in the administration modules collection. 
        </summary>
      <returns>
          The number of <see cref="T:Microsoft.Web.Management.Server.AdministrationModule" /> objects in the collection.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.AdministrationModuleCollection.GetEnumerator">
      <summary>
          Returns a generic enumerator that iterates through the administration module collection.
        </summary>
      <returns>
          The <see cref="T:System.Collections.Generic.IEnumerator`1" /> object that iterates through the collection.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.AdministrationModuleCollection.Item(System.Int32)">
      <summary>
          Gets the administration module at the specified index location in the collection. 
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Server.AdministrationModule" /> object at the specified index number.
        </returns>
      <param name="index">
              The zero-based index of the <see cref="T:Microsoft.Web.Management.Server.AdministrationModule" /> object to get from the collection.
            </param>
      <exception cref="T:System.ArgumentOutOfRangeException">
              The index value is less than 0 or is greater than or equal to the number of elements in the collection. 
            </exception>
    </member>
    <member name="P:Microsoft.Web.Management.Server.AdministrationModuleCollection.Item(System.String)">
      <summary>
          Gets the <see cref="T:Microsoft.Web.Management.Server.AdministrationModule" /> object that has the specified name from the collection.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Server.AdministrationModule" /> object that has the specified name.
        </returns>
      <param name="name">
              The name of the <see cref="T:Microsoft.Web.Management.Server.AdministrationModule" /> object to get from the collection.
            </param>
      <exception cref="T:System.ArgumentOutOfRangeException">
              The name of the <see cref="T:Microsoft.Web.Management.Server.AdministrationModule" /> object does not exist in the collection.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.AdministrationModuleCollection.Remove(System.String)">
      <summary>
          Deletes the specified administration module from the collection.
        </summary>
      <returns>
          
            true if the module is successfully removed from the collection; otherwise, false.
        </returns>
      <param name="moduleName">
              The name of the <see cref="T:Microsoft.Web.Management.Server.AdministrationModule" /> object to remove from the collection.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.AdministrationModuleCollection.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="T:Microsoft.Web.Management.Server.AdministrationModuleProvider">
      <summary>
          Encapsulates information about the administration module provider. This class cannot be inherited.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Server.AdministrationModuleProvider.Name">
      <summary>
          Gets the name of the administration module provider. 
        </summary>
      <returns>
          The name of the <see cref="T:Microsoft.Web.Management.Server.AdministrationModuleProvider" /> object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.AdministrationModuleProvider.Type">
      <summary>
          Gets the type that was used to create the module provider.
        </summary>
      <returns>
          The type of the <see cref="T:Microsoft.Web.Management.Server.AdministrationModuleProvider" /> object.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ApplicationManagementUnit">
      <summary>
          Encapsulates contextual information about the application being managed. 
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ApplicationManagementUnit.ApplicationPath">
      <summary>
          Gets the application path for the application management unit.
        </summary>
      <returns>
          The application path.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ApplicationManagementUnit.GetAssociatedFrameworkVersion">
      <summary>
          Returns the .NET Framework version for the application management unit.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementFrameworkVersion" /> object for the application management unit.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ApplicationManagementUnit.GetTypeInformation(System.String,System.Boolean,System.Type)">
      <summary>
          Retrieves the assembly-qualified type names for all types in the application management scope that derive from the specified base type name, optionally including types that are not public, and using the specified generator to create type information.
        </summary>
      <returns>
          An object array that contains assembly-qualified type names.
        </returns>
      <param name="baseTypeName">
              The name of the base type.
            </param>
      <param name="includeNonpublicTypes">
              
                true to include types that are not public; false to include only public types.
            </param>
      <param name="generatorType">
              The <see cref="T:System.Type" /> of the generator to use to create type information.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ApplicationManagementUnit.Scope">
      <summary>
          Gets a value that specifies that the management scope is <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Application" />.
        </summary>
      <returns>
          One of the <see cref="T:Microsoft.Web.Management.Server.ManagementScope" /> values. Only <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Application" /> is valid.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ApplicationManagementUnit.SiteName">
      <summary>
          Gets the site name for the application management unit.
        </summary>
      <returns>
          The site name.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ConfigurationAuthenticationModuleService">
      <summary>
          Provides the base class for implementing new management modules for configuration authentication.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ConfigurationAuthenticationModuleService.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.ConfigurationAuthenticationModuleService" /> class. 
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ConfigurationAuthenticationModuleService.EnabledPropertyName">
      <summary>
          When overridden in a derived class, gets the attribute name that specifies the enabled value. 
        </summary>
      <returns>
          The attribute name that specifies the enabled value.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ConfigurationAuthenticationModuleService.GetEnabledProperty(Microsoft.Web.Administration.ConfigurationElement)">
      <summary>
          Retrieves the configuration attribute that contains the specified element.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Administration.ConfigurationAttribute" /> object that contains the XML element specified by the <paramref name="element" /> parameter. 
        </returns>
      <param name="element">
              The XML element that contains the configuration settings.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ConfigurationAuthenticationModuleService.GetSection(System.Type)">
      <summary>
          Retrieves a section from the current application's default configuration file.
        </summary>
      <returns>
          The specified <see cref="T:Microsoft.Web.Administration.ConfigurationSection" /> object.
        </returns>
      <param name="type">
              The configuration section type.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ConfigurationAuthenticationModuleService.Microsoft#Web#Management#Server#IAuthenticationModuleService#IsEnabled"></member>
    <member name="P:Microsoft.Web.Management.Server.ConfigurationAuthenticationModuleService.SectionName">
      <summary>
          When overridden in a derived class, gets the name of the configuration section. 
        </summary>
      <returns>
          The name of the associated the configuration module.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ConfigurationModuleProvider">
      <summary>
          Manages delegation in the configuration system for one configuration section.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ConfigurationModuleProvider.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.ConfigurationModuleProvider" /> class. 
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ConfigurationModuleProvider.ConfigurationSectionName">
      <summary>
          When overridden in a derived class, gets the name of the configuration section. 
        </summary>
      <returns>
          The configuration section name.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ConfigurationModuleProvider.GetChildDelegationState(System.String)">
      <summary>
          When overridden in a derived class, returns the delegation state of the child node. 
        </summary>
      <returns>
          The current <see cref="T:Microsoft.Web.Management.Server.DelegationState" /> object of the module provider.
        </returns>
      <param name="path">
              The path of the calling host.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="path" /> parameter is null or empty.
            </exception>
      <exception cref="T:System.InvalidOperationException">
              The <paramref name="path" /> parameter is not preceded by a forward slash (/).
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ConfigurationModuleProvider.GetSupportedChildDelegationStates(System.String)">
      <summary>
          When overridden in a derived class, returns an array of <see cref="T:Microsoft.Web.Management.Server.DelegationState" /> objects that specify the delegation states for all the child nodes.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.DelegationState" /> array.
        </returns>
      <param name="path">
              The path of the configuration file.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="path" /> parameter is null or empty.
            </exception>
      <exception cref="T:System.InvalidOperationException">
              The <paramref name="path" /> parameter is not preceded by a forward slash (/).
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ConfigurationModuleProvider.SetChildDelegationState(System.String,Microsoft.Web.Management.Server.DelegationState)">
      <summary>
          Sets the specified delegation state for the specified path. 
        </summary>
      <param name="path">
              The path of the calling host.
            </param>
      <param name="state">
              The new <see cref="T:Microsoft.Web.Management.Server.DelegationState" /> object.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="path" /> parameter is null or empty.
            </exception>
      <exception cref="T:System.InvalidOperationException">
              The <paramref name="path" /> parameter is not preceded by a forward slash (/).
            </exception>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ConfigurationPathType">
      <summary>
          Specifies the type of configuration path that is selected.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Server.ConfigurationPathType.Server">
      <summary>
          A server.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Server.ConfigurationPathType.Site">
      <summary>
          A <see cref="T:Microsoft.Web.Administration.Site" />.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Server.ConfigurationPathType.Application">
      <summary>
          An application.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Server.ConfigurationPathType.Folder">
      <summary>
          An application folder.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Server.ConfigurationPathType.File">
      <summary>
          A file in an application.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Server.DelegationState">
      <summary>
          Stores the delegation mode and the localized display strings for the delegation mode.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.DelegationState.#ctor(System.String,System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.DelegationState" /> class. 
        </summary>
      <param name="description">
              The localized tooltip that is used for the delegation tasks.
            </param>
      <param name="mode">
              The delegation mode.
            </param>
      <param name="text">
              The localized description for the mode.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="description" /> parameter is null or empty.
            </exception>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="mode" /> parameter is null or empty.
            </exception>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="text" /> parameter is null or empty.
            </exception>
    </member>
    <member name="P:Microsoft.Web.Management.Server.DelegationState.Description">
      <summary>
          Gets the localized description that is used for the delegation tasks.
        </summary>
      <returns>
          The value of the <paramref name="description" /> parameter that was passed to the <see cref="T:Microsoft.Web.Management.Server.DelegationState" /> constructor.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.DelegationState.Mode">
      <summary>
          Gets the delegation mode.
        </summary>
      <returns>
          The value of the <paramref name="mode" /> parameter that was passed to the <see cref="T:Microsoft.Web.Management.Server.DelegationState" /> constructor.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.DelegationState.Text">
      <summary>
          Gets the localized display description for the mode.
        </summary>
      <returns>
          The value of the <paramref name="text" /> parameter that was passed to the <see cref="T:Microsoft.Web.Management.Server.DelegationState" /> constructor.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.IAuthenticationModuleService">
      <summary>
          Determines whether an authentication module service is enabled.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.IAuthenticationModuleService.IsEnabled">
      <summary>
          Determines whether the specified authentication module service is enabled. 
        </summary>
      <returns>
          
            true if the <see cref="T:Microsoft.Web.Management.Server.IAuthenticationModuleService" /> interface is enabled; otherwise, false.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.IGlobalConfigurationProvider">
      <summary>
          When implemented in a derived class, enables customization of the location of server-level configuration files.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Server.IGlobalConfigurationProvider.FrameworkVersions">
      <summary>
          Gets a read-only collection of configurable .NET Framework versions that are visible to the management service.
        </summary>
      <returns>
          A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection" /> object that contains the configurable .NET Framework versions that are visible to the management service.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.IGlobalConfigurationProvider.GetFrameworkConfigurationPath(Microsoft.Web.Management.Server.ManagementFrameworkVersion)">
      <summary>
          Returns the directory that contains the .NET Framework configuration files for the specified .NET Framework version.
        </summary>
      <returns>
          The directory that contains the .NET Framework configuration files (specifically, Machine.config and Web.config) for the specified .NET Framework version.
        </returns>
      <param name="version">
              The .NET Framework version.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.IGlobalConfigurationProvider.ServerConfigurationPath">
      <summary>
          Gets the directory that contains the Web server configuration file ApplicationHost.config.
        </summary>
      <returns>
          The directory that contains the Web server configuration file ApplicationHost.config. 
          
            If no changes have been made to the configuration path, or if the Redirection.config file points to a UNC directory, the property value will be null.
          
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.IManagementContext">
      <summary>
          Provides information about the client.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Server.IManagementContext.ClientClrVersion">
      <summary>
          Gets the common language runtime (CLR) version that the client is using.
        </summary>
      <returns>
          A <see cref="T:System.Version" /> object that describes the major, minor, build, and revision numbers of the CLR of the client.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.IManagementContext.ClientName">
      <summary>
          Gets the name of the client.
        </summary>
      <returns>
          The name of the client.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.IManagementContext.ClientUserInterfaceTechnology">
      <summary>
          Gets the name of the client user interface (UI) technology. This property is reserved for future use.
        </summary>
      <returns>
          The name of the type that is the base class for pages shown in the UI.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.IManagementContext.ClientVersion">
      <summary>
          Gets the version of the client.
        </summary>
      <returns>
          The version number of the client.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.IManagementContext.IsLocalConnection">
      <summary>
          Gets a value indicating whether the connection is local.
        </summary>
      <returns>
          
            true if the connection is local; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.IManagementContext.User">
      <summary>
          Gets the security context of the user.
        </summary>
      <returns>
          A <see cref="T:System.Security.Principal.IPrincipal" /> interface that contains the security context of the user on whose behalf the code is running.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.InvalidPasswordReason">
      <summary>
          Specifies the reason why a password validation failed.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Server.InvalidPasswordReason.NoError">
      <summary>
          Validation passed. The password meets the computer or domain password requirements.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Server.InvalidPasswordReason.PasswordTooShort">
      <summary>
          Validation failed. The password does not meet policy requirements because it is too short.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Server.InvalidPasswordReason.PasswordTooLong">
      <summary>
          Validation failed. The password does not meet policy requirements because it is too long. 
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Server.InvalidPasswordReason.PasswordNotComplexEnough">
      <summary>
          Validation failed. The password does not meet policy requirements because it is not complex enough. 
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Server.InvalidPasswordReason.PasswordFilterError">
      <summary>
          Validation failed. The password does not meet the requirements of the password filter dynamic-link library (DLL). 
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Server.InvalidPasswordReason.UnknownError">
      <summary>
          Validation failed. The <see cref="T:Microsoft.Web.Management.Server.InvalidPasswordReason" /> cannot be determined. The password policy cannot be examined. Validate the password with your own routine.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ISiteStatusProvider">
      <summary>
          Defines the interface that a class must implement to act as a site status provider.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ISiteStatusProvider.GetSiteStatus(Microsoft.Web.Administration.Site,System.String@)">
      <summary>
          Returns the running state of the site and provides an error message.
        </summary>
      <returns>
          One of the <see cref="T:Microsoft.Web.Administration.ObjectState" /> values. 
        </returns>
      <param name="site">
              The site to get the status for.
            </param>
      <param name="errorMessage">
              When this method returns, contains an error message associated with the exception. This parameter is passed uninitialized. 
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ISiteStatusProvider.SupportedProtocols">
      <summary>
          Gets a list of protocols supported by the site.
        </summary>
      <returns>
          The list of protocols that are supported by the site.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ManagementAdministrationConfiguration">
      <summary>
          Provides access to the Administration.config file. This class cannot be inherited.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementAdministrationConfiguration.AllowUntrustedProviders">
      <summary>
          Gets a value indicating whether untrusted providers are allowed.
        </summary>
      <returns>
          
            true if the allowUntrustedProviders attribute of the system.webServer/management/trustedProviders section of the Administration.config file is true; otherwise, false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAdministrationConfiguration.GetDelegatedScope(System.String)">
      <summary>
          Returns the <see cref="T:Microsoft.Web.Management.Server.ManagementAdministrationConfiguration" /> object for the specified path.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Server.ManagementAdministrationConfiguration" /> object for the specified path.
        </returns>
      <param name="path">
              The location path. The path cannot contain a slash.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementAdministrationConfiguration.ModuleProviders">
      <summary>
          Gets a dictionary of <see cref="T:Microsoft.Web.Management.Server.AdministrationModuleProvider" /> objects.
        </summary>
      <returns>
          A dictionary of <see cref="T:Microsoft.Web.Management.Server.AdministrationModuleProvider" /> objects.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementAdministrationConfiguration.Modules">
      <summary>
          Gets a collection of administration modules.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.AdministrationModuleCollection" /> object that contains a collection of administration modules.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementAdministrationConfiguration.Path">
      <summary>
          Gets the location path for the current <see cref="T:Microsoft.Web.Management.Server.ManagementAdministrationConfiguration" /> object.
        </summary>
      <returns>
          The location path for the current <see cref="T:Microsoft.Web.Management.Server.ManagementAdministrationConfiguration" /> object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementAdministrationConfiguration.TrustedProviders">
      <summary>
          Returns a collection of trusted providers.
        </summary>
      <returns>
          A collection of trusted providers.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ManagementAuthentication">
      <summary>
          Provides functionality for managing the list of valid Gestionnaire des services IIS users. This class cannot be inherited.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthentication.AuthenticateUser(System.String,System.String)">
      <summary>
          Returns a value that indicates whether a user has been authenticated to Gestionnaire des services IIS.
        </summary>
      <returns>
          
            true if the user's credentials are valid; otherwise, false.
        </returns>
      <param name="userName">
              The user name.
            </param>
      <param name="password">
              The password.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="userName" /> parameter is null or empty.
            </exception>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="password" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthentication.CreateUser(System.String,System.String)">
      <summary>
          Creates an Gestionnaire des services IIS user.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementUserInfo" /> object.
        </returns>
      <param name="userName">
              The user name.
            </param>
      <param name="password">
              The password.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="userName" /> parameter is null or empty.
            </exception>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="password" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthentication.DeleteUser(System.String)">
      <summary>
          Deletes an Gestionnaire des services IIS user.
        </summary>
      <param name="userName">
              The user name to delete.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="userName" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthentication.DisableUser(System.String)">
      <summary>
          Disables an Gestionnaire des services IIS user. 
        </summary>
      <param name="userName">
              The user name to disable.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="userName" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthentication.EnableUser(System.String)">
      <summary>
          Enables an Gestionnaire des services IIS user.
        </summary>
      <param name="userName">
              The user name to enable.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="userName" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthentication.GetUser(System.String)">
      <summary>
          Returns information about an Gestionnaire des services IIS user.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementUserInfo" /> object that contains information about an Gestionnaire des services IIS user.
        </returns>
      <param name="userName">
              The user name.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="userName" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthentication.GetUsers(System.Int32,System.Int32)">
      <summary>
          Returns a collection of information about Gestionnaire des services IIS users.
        </summary>
      <returns>
          A collection of <see cref="T:Microsoft.Web.Management.Server.ManagementUserInfo" /> objects that contain information about Gestionnaire des services IIS users.
        </returns>
      <param name="itemIndex">
              The index of the first <see cref="T:Microsoft.Web.Management.Server.ManagementUserInfo" /> object to be displayed.
            </param>
      <param name="itemsPerPage">
              The number of additional <see cref="T:Microsoft.Web.Management.Server.ManagementUserInfo" /> objects to display after the one specified in the <paramref name="itemIndex" /> parameter.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthentication.IsPasswordStrongEnough(System.String)">
      <summary>
          Returns a value that indicates whether a password meets strength requirements.
        </summary>
      <returns>
          One of the <see cref="T:Microsoft.Web.Management.Server.ManagementAuthenticationProvider.InvalidPasswordReason" /> values.
        </returns>
      <param name="password">
              The password.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="password" /> parameter is null or empty.
            </exception>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementAuthentication.Provider">
      <summary>
          Gets the authentication provider for Gestionnaire des services IIS.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementAuthenticationProvider" /> object.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthentication.SetPassword(System.String,System.String)">
      <summary>
          Sets the password for a specified user name.
        </summary>
      <param name="userName">
              The user name.
            </param>
      <param name="password">
              The new password.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="userName" /> parameter is null or empty.
            </exception>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="password" /> parameter is null or empty.
            </exception>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ManagementAuthenticationProvider">
      <summary>
          When overridden in a derived class, provides authentication functionality for Gestionnaire des services IIS.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthenticationProvider.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.ManagementAuthenticationProvider" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthenticationProvider.AuthenticateUser(System.String,System.String)">
      <summary>
          When overridden in a derived class, returns a value indicating whether a user's credentials are valid.
        </summary>
      <returns>
          
            true if the specified user name and password are valid; otherwise, false.
        </returns>
      <param name="userName">
              The user name.
            </param>
      <param name="password">
              The password.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthenticationProvider.CreatePrincipal(System.String)">
      <summary>
          Creates a Windows security principal that has the specified user name.
        </summary>
      <returns>
          A <see cref="T:System.Security.Principal.GenericPrincipal" /> object.
        </returns>
      <param name="userName">
              The user name.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthenticationProvider.CreateUser(System.String,System.String)">
      <summary>
          When overridden in a derived class, creates an Gestionnaire des services IIS user.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementUserInfo" /> object.
        </returns>
      <param name="userName">
              The user name.
            </param>
      <param name="password">
              The password.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthenticationProvider.DeleteUser(System.String)">
      <summary>
          When overridden in a derived class, deletes an Gestionnaire des services IIS user.
        </summary>
      <param name="userName">
              The user name to delete.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthenticationProvider.DisableUser(System.String)">
      <summary>
          When overridden in a derived class, disables an Gestionnaire des services IIS user.
        </summary>
      <param name="userName">
              The user name to disable.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthenticationProvider.EnableUser(System.String)">
      <summary>
          When overridden in a derived class, enables an Gestionnaire des services IIS user.
        </summary>
      <param name="userName">
              The user name to enable.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthenticationProvider.GetUser(System.String)">
      <summary>
          When overridden in a derived class, returns information about an Gestionnaire des services IIS user.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementUserInfo" /> object.
        </returns>
      <param name="userName">
              The user name.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthenticationProvider.GetUsers(System.Int32,System.Int32)">
      <summary>
          When overridden in a derived class, returns a collection of information about Gestionnaire des services IIS users.
        </summary>
      <returns>
          A collection of <see cref="T:Microsoft.Web.Management.Server.ManagementUserInfo" /> objects that contain information about Gestionnaire des services IIS users.
        </returns>
      <param name="itemIndex">
              The index of the first <see cref="T:Microsoft.Web.Management.Server.ManagementUserInfo" /> object to be displayed.
            </param>
      <param name="itemsPerPage">
              The number of additional <see cref="T:Microsoft.Web.Management.Server.ManagementUserInfo" /> objects to display after the one specified in the <paramref name="itemIndex" /> parameter.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthenticationProvider.Initialize(System.Collections.Generic.IDictionary{System.String,System.String})">
      <summary>
          When overridden in a derived class, initializes a dictionary of key/value pairs.
        </summary>
      <param name="args">
              A key/value pair.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthenticationProvider.IsPasswordStrongEnough(System.String)">
      <summary>
          When overridden in a derived class, returns a value that indicates whether the specified password meets strength requirements.
        </summary>
      <returns>
          One of the <see cref="T:Microsoft.Web.Management.Server.ManagementAuthenticationProvider.InvalidPasswordReason" /> values.
        </returns>
      <param name="password">
              The password.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthenticationProvider.SetPassword(System.String,System.String)">
      <summary>
          When overridden in a derived class, sets the password for the specified user name.
        </summary>
      <param name="userName">
              The user name.
            </param>
      <param name="newPassword">
              The new password.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ManagementAuthorization">
      <summary>
          Provides functionality for managing the authorization list for a specific site or application. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorization.GetAuthorizedUsers(System.String,System.Boolean,System.Int32,System.Int32)">
      <summary>
          Retrieves a collection of authorized users for the specified configuration path. 
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementAuthorizationInfoCollection" /> collection that contains <see cref="T:Microsoft.Web.Management.Server.ManagementAuthorizationInfo" /> objects for each authorized user.
        </returns>
      <param name="configurationPath">
              The configuration path.
            </param>
      <param name="includeChildren">
              
                true to include in the returned collection all authorized users who are in child elements of the path specified in the <paramref name="configurationPath" /> parameter; otherwise, false.
            </param>
      <param name="itemIndex">
              The index of the first <see cref="T:Microsoft.Web.Management.Server.ManagementAuthorizationInfo" /> object to be displayed.
            </param>
      <param name="itemsPerPage">
              The maximum number of additional <see cref="T:Microsoft.Web.Management.Server.ManagementAuthorizationInfo" /> objects to display after the one specified in the <paramref name="itemIndex" /> parameter.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorization.GetConfigurationPaths(System.Security.Principal.IPrincipal,System.String)">
      <summary>
          Returns an array of configuration paths that the specified principal is authorized to configure.
        </summary>
      <returns>
          An array of configuration paths that the specified principal is authorized to configure.
        </returns>
      <param name="principal">
              A <see cref="T:System.Security.Principal.IPrincipal" /> interface that represents the security context of the user for whom the paths are retrieved.
            </param>
      <param name="baseConfigurationPath">
              The base of the configuration path under which to search. 
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="principal" /> parameter is null.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorization.Grant(System.String,System.String,System.Boolean)">
      <summary>
          Grants authorization to a user name or role for the specified configuration path.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementAuthorizationInfo" /> object.
        </returns>
      <param name="name">
              The user name to be granted permission.
            </param>
      <param name="configurationPath">
              The configuration path for which authorization will be granted.
            </param>
      <param name="isRole">
              
                true to indicate that the value specified in the <paramref name="name" /> parameter is a security role; otherwise, false.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorization.IsAuthorized(System.Security.Principal.IPrincipal,System.String)">
      <summary>
          Retrieves a value indicating whether the specified principal is authorized for the specified configuration path.
        </summary>
      <returns>
          
            true if the principal is authorized for the specified configuration path; otherwise, false.
        </returns>
      <param name="principal">
              A <see cref="T:System.Security.Principal.IPrincipal" /> interface that represents the security context of the user on whose behalf the code is running.
            </param>
      <param name="configurationPath">
              The configuration path.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="principal" /> parameter is null.
            </exception>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="configurationPath" /> parameter is null.
            </exception>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementAuthorization.Provider">
      <summary>
          Gets the authorization provider for Gestionnaire des services IIS. 
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementAuthorizationProvider" /> object.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorization.RenameConfigurationPath(System.String,System.String)">
      <summary>
          Renames a configuration path.
        </summary>
      <param name="configurationPath">
              The old configuration path.
            </param>
      <param name="newConfigurationPath">
              The new configuration path.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="configurationPath" /> parameter is null or empty.
            </exception>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="newConfigurationPath" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorization.Revoke(System.String)">
      <summary>
          Revokes authorization for the specified user for all configuration paths.
        </summary>
      <param name="name">
              The user name for which authorization will be revoked.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorization.Revoke(System.String,System.String)">
      <summary>
          Revokes authorization for the specified user for the specified configuration path.
        </summary>
      <param name="name">
              The user name for which authorization will be revoked.
            </param>
      <param name="configurationPath">
              The configuration path for which authorization will be revoked.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorization.RevokeConfigurationPath(System.String)">
      <summary>
          Removes all authorized users from the specified configuration path.
        </summary>
      <param name="configurationPath">
              The configuration path.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="configurationPath" /> parameter is null or empty.
            </exception>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ManagementAuthorizationInfo">
      <summary>
          Encapsulates information about an authorized user.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorizationInfo.#ctor(System.String,System.String,System.Boolean)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.ManagementAuthorizationInfo" /> class. 
        </summary>
      <param name="name">
              The user name or role to be granted permission.
            </param>
      <param name="configurationPath">
              The configuration path for which authorization will be granted.
            </param>
      <param name="isRole">
              
                true to indicate that the value specified in the <paramref name="name" /> parameter is a security role; otherwise, false.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" /> parameter is null or empty.
            </exception>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="configurationPath" /> parameter is null or empty.
            </exception>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementAuthorizationInfo.ConfigurationPath">
      <summary>
          Gets the configuration path for which authorization is granted. 
        </summary>
      <returns>
          The configuration path in the Administration.config file. 
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementAuthorizationInfo.IsRole">
      <summary>
          Gets a value indicating whether the value specified in the <see cref="P:Microsoft.Web.Management.Server.ManagementAuthorizationInfo.Name" /> property is a security role. 
        </summary>
      <returns>
          
            true if the value specified in the <see cref="P:Microsoft.Web.Management.Server.ManagementAuthorizationInfo.Name" /> property is a security role; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementAuthorizationInfo.Name">
      <summary>
          Gets the user name or role of the authorized user.
        </summary>
      <returns>
          The name or role that is in the configuration path for the authorized user.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ManagementAuthorizationInfoCollection">
      <summary>
          Contains a collection of <see cref="T:Microsoft.Web.Management.Server.ManagementAuthorizationInfo" /> objects. This class cannot be inherited.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorizationInfoCollection.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.ManagementAuthorizationInfoCollection" /> class.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ManagementAuthorizationProvider">
      <summary>
          When overridden in a derived class, provides a base class that enables custom authorization.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorizationProvider.#ctor">
      <summary>
          When overridden in a derived class, initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.ManagementAuthorizationProvider" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorizationProvider.GetAuthorizedUsers(System.String,System.Boolean,System.Int32,System.Int32)">
      <summary>
          When overridden in a derived class, retrieves a collection of authorized users for the specified configuration path.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementAuthorizationInfoCollection" /> collection that contains <see cref="T:Microsoft.Web.Management.Server.ManagementAuthorizationInfo" /> objects.
        </returns>
      <param name="configurationPath">
              The configuration path.
            </param>
      <param name="includeChildren">
              
                true to include in the returned collection all authorized users that are in child elements of the path specified in the <paramref name="configurationPath" /> parameter; otherwise, false.
            </param>
      <param name="itemIndex">
              The index of the first <see cref="T:Microsoft.Web.Management.Server.ManagementAuthorizationInfo" /> object to be displayed.
            </param>
      <param name="itemsPerPage">
              The number of additional <see cref="T:Microsoft.Web.Management.Server.ManagementAuthorizationInfo" /> objects to display after the one specified in the <paramref name="itemIndex" /> parameter.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorizationProvider.GetConfigurationPaths(System.Security.Principal.IPrincipal,System.String)">
      <summary>
          When overridden in a derived class, returns an array of paths that the specified principal is authorized to configure.
        </summary>
      <returns>
          An array of paths that the specified principal is authorized to configure.
        </returns>
      <param name="principal">
              A <see cref="T:System.Security.Principal.IPrincipal" /> interface that represents the security context of the user for whom the paths are retrieved.
            </param>
      <param name="baseConfigurationPath">
              The base of the configuration path under which to search.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="principal" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorizationProvider.Grant(System.String,System.String,System.Boolean)">
      <summary>
          When overridden in a derived class, grants authorization to a user name or role for the specified configuration path.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementAuthorizationInfo" /> object.
        </returns>
      <param name="name">
              The user name to which authorization will be granted.
            </param>
      <param name="configurationPath">
              The configuration path for which authorization will be granted.
            </param>
      <param name="isRole">
              
                true to indicate that the value specified in the <paramref name="name" /> parameter is a security role; otherwise, false.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorizationProvider.Initialize(System.Collections.Generic.IDictionary{System.String,System.String})">
      <summary>
          When overridden in a derived class, initializes a dictionary of key/value pairs.
        </summary>
      <param name="args">
              A key/value pair.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorizationProvider.IsAuthorized(System.Security.Principal.IPrincipal,System.String)">
      <summary>
          When overridden in a derived class, gets a value indicating whether the specified principal is authorized for the specified configuration path.
        </summary>
      <returns>
          
            true if the principal is authorized for the configuration path; otherwise, false.
        </returns>
      <param name="principal">
              An interface that represents the security context of the user on whose behalf the code is running.
            </param>
      <param name="configurationPath">
              The configuration path.
              
                Because server authentication is not supported, the specified path should be more than just "/".
              
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="principal" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorizationProvider.RenameConfigurationPath(System.String,System.String)">
      <summary>
          When overridden in a derived class, renames a configuration path.
        </summary>
      <param name="configurationPath">
              The old configuration path.
            </param>
      <param name="newConfigurationPath">
              The new configuration path.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="configurationPath" /> parameter is null or empty.
            </exception>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="newConfigurationPath" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorizationProvider.Revoke(System.String)">
      <summary>
          When overridden in a derived class, removes a specified user name from all authorization scopes.
        </summary>
      <param name="name">
              The user name for which authorization will be revoked.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorizationProvider.Revoke(System.String,System.String)">
      <summary>
          When overridden in a derived class, revokes authorization of a specified user name to a specified configuration path.
        </summary>
      <param name="name">
              The user name for which authorization will be revoked.
            </param>
      <param name="configurationPath">
              The configuration path for which authorization will be revoked.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="name" /> parameter is null or empty.
            </exception>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="configurationPath" /> parameter is null or empty.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementAuthorizationProvider.RevokeConfigurationPath(System.String)">
      <summary>
          When overridden in a derived class, removes authorization scopes for the specified configuration path.
        </summary>
      <param name="configurationPath">
              The configuration path.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ManagementConfiguration">
      <summary>
          Represents management configuration information and provides a method to retrieve configuration sections.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementConfiguration.GetSection(System.String)">
      <summary>
          Retrieves the configuration section at the specified path.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Administration.ConfigurationSection" /> that contains the contents of the specified section.
        </returns>
      <param name="sectionPath">
              The section string.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementConfiguration.GetSection(System.String,Microsoft.Web.Management.Server.ManagementConfigurationPath,System.Boolean)">
      <summary>
          Retrieves the configuration section at the specified path.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Administration.ConfigurationSection" /> that contains the contents of the specified section.
        </returns>
      <param name="sectionPath">
              The section path.
            </param>
      <param name="path">
              A <see cref="T:Microsoft.Web.Management.Server.ManagementConfigurationPath" /> that specifies the management configuration path.
            </param>
      <param name="respectDelegation">
              
                true to respect delegation; false to disregard delegation.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementConfiguration.GetSection(System.String,System.Type)">
      <summary>
          Retrieves the configuration section at the specified section path. 
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Administration.ConfigurationSection" /> that contains the contents of the specified section.
        </returns>
      <param name="sectionPath">
              The section path.
            </param>
      <param name="sectionType">
              The section <see cref="T:System.Type" />.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementConfiguration.GetSection(System.String,System.Type,Microsoft.Web.Management.Server.ManagementConfigurationPath,System.Boolean)">
      <summary>
          Retrieves the configuration section at the specified path.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Administration.ConfigurationSection" /> that contains the contents of the specified section.
        </returns>
      <param name="sectionPath">
              The section path.
            </param>
      <param name="sectionType">
              The section <see cref="T:System.Type" />.
            </param>
      <param name="path">
              A <see cref="T:Microsoft.Web.Management.Server.ManagementConfigurationPath" /> that specifies the management configuration path.
            </param>
      <param name="respectDelegation">
              
                true to respect delegation; false to disregard delegation.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ManagementConfigurationPath">
      <summary>
          Defines a container for the configuration path of the current server, Web site, application, file, or folder. This class cannot be inherited.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementConfigurationPath.ApplicationPath">
      <summary>
          Gets the application configuration path.
        </summary>
      <returns>
          The application configuration path.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementConfigurationPath.CreateApplicationConfigurationPath(System.String)">
      <summary>
          Creates a new application configuration path.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementConfigurationPath" /> object.
        </returns>
      <param name="applicationPath">
              The application path.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementConfigurationPath.CreateApplicationConfigurationPath(System.String,System.String)">
      <summary>
          Creates a new application configuration path by using the specified Web site name.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementConfigurationPath" /> object.
        </returns>
      <param name="siteName">
              The name of the Web site.
            </param>
      <param name="applicationPath">
              The application path.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementConfigurationPath.CreateFileConfigurationPath(System.String,System.String)">
      <summary>
          Creates a new file configuration path by using the specified application path.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementConfigurationPath" /> object.
        </returns>
      <param name="applicationPath">
              The application path.
            </param>
      <param name="filePath">
              The file path.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementConfigurationPath.CreateFileConfigurationPath(System.String,System.String,System.String)">
      <summary>
          Creates a new file configuration path by using the specified Web site name and application path.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementConfigurationPath" /> object.
        </returns>
      <param name="siteName">
              The name of the Web site.
            </param>
      <param name="applicationPath">
              The application path.
            </param>
      <param name="filePath">
              The file path.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementConfigurationPath.CreateFolderConfigurationPath(System.String,System.String)">
      <summary>
          Creates a new folder configuration path by using the specified application path.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementConfigurationPath" /> object.
        </returns>
      <param name="applicationPath">
              The application path.
            </param>
      <param name="folderPath">
              The folder path.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementConfigurationPath.CreateFolderConfigurationPath(System.String,System.String,System.String)">
      <summary>
          Creates a new folder configuration path by using the specified Web site name and application path.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementConfigurationPath" /> object.
        </returns>
      <param name="siteName">
              The name of the Web site.
            </param>
      <param name="applicationPath">
              The application path.
            </param>
      <param name="folderPath">
              The folder path.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementConfigurationPath.CreateServerConfigurationPath">
      <summary>
          Creates a new server configuration path.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementConfigurationPath" /> object.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementConfigurationPath.CreateSiteConfigurationPath(System.String)">
      <summary>
          Creates a new Web site configuration path.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementConfigurationPath" /> object.
        </returns>
      <param name="siteName">
              The name of the Web site.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementConfigurationPath.FolderPath">
      <summary>
          Gets the folder configuration path.
        </summary>
      <returns>
          The folder configuration path.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementConfigurationPath.GetBindingProtocols(System.IServiceProvider)">
      <summary>
          Gets the current binding protocols.
        </summary>
      <returns>
          A collection of strings that contain the current binding protocols.
        </returns>
      <param name="serviceProvider">
              A service provider.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementConfigurationPath.GetEffectiveConfigurationPath(Microsoft.Web.Management.Server.ManagementScope)">
      <summary>
          Gets the effective configuration path for an application, Web site, or server.
        </summary>
      <returns>
          This method returns one of the following values:
          
            
              The folder path, if the value of the <paramref name="scope" /> parameter is an application.
            
            
              The application configuration path, if <paramref name="scope" /> is a Web site.
            
            
              The site name and the application configuration path, if <paramref name="scope" /> is a server and an application path exists.
            
            
              The site name, if <paramref name="scope" /> is a server and no application path exists
            
          
        </returns>
      <param name="scope">
              The management scope.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementConfigurationPath.GetFrameworkVersion(System.IServiceProvider)">
      <summary>
          Gets the .NET Framework version for the current path type.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementFrameworkVersion" /> object.
        </returns>
      <param name="serviceProvider">
              A service provider.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementConfigurationPath.GetState">
      <summary>
          Returns a string that contains the current path type, site name, application path, and folder path.
        </summary>
      <returns>
          The T:Microsoft.Web.Management.Server.ConfigurationPathType value, the site name, the application path, and the folder path, each separated by the pipe symbol (|). The T:Microsoft.Web.Management.Server.ConfigurationPathType is returned as a numerical value.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementConfigurationPath.IsEquivalentScope(Microsoft.Web.Management.Server.ManagementScope)">
      <summary>
          Determines whether a management scope is the same as the current scope.
        </summary>
      <returns>
          
            true if the specified management scope is the same as the current scope; otherwise, false.
        </returns>
      <param name="scope">
              A management scope.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementConfigurationPath.PathType">
      <summary>
          Gets the configuration path type.
        </summary>
      <returns>
          One of the <see cref="T:Microsoft.Web.Management.Server.ConfigurationPathType" /> values.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementConfigurationPath.SiteName">
      <summary>
          Gets the Web site name.
        </summary>
      <returns>
          The name of the Web site.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ManagementContentNavigator">
      <summary>
          Provides access to the content (files and virtual directories) in a Web site or Web application. This class cannot be inherited.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementContentNavigator.Clone">
      <summary>
          Clones the current <see cref="T:Microsoft.Web.Management.Server.ManagementContentNavigator" /> object.
        </summary>
      <returns>
          A clone of the current <see cref="T:Microsoft.Web.Management.Server.ManagementContentNavigator" /> object.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementContentNavigator.Create(Microsoft.Web.Management.Server.ManagementUnit)">
      <summary>
          Returns a <see cref="T:Microsoft.Web.Management.Server.ManagementContentNavigator" /> object.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementContentNavigator" /> object.
        </returns>
      <param name="managementUnit">
              A <see cref="T:Microsoft.Web.Management.Server.ManagementUnit" /> object.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementContentNavigator.GetChildren">
      <summary>
          Returns an array of <see cref="T:Microsoft.Web.Management.Server.ManagementContentNavigator" /> objects that contains the child nodes of the current object.
        </summary>
      <returns>
          An array of <see cref="T:Microsoft.Web.Management.Server.ManagementContentNavigator" /> objects that contains the child nodes of the current object.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementContentNavigator.GetChildrenContainerCount">
      <summary>
          Returns the number of child containers (for example, folders, Web sites, or Web applications) of the current object.
        </summary>
      <returns>
          The number of child containers of the current object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementContentNavigator.IsApplication">
      <summary>
          Gets a value indicating whether the current management content item is a Web application. 
        </summary>
      <returns>
          
            true if the current management content item is a Web application; otherwise, false. 
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementContentNavigator.IsFile">
      <summary>
          Gets a value indicating whether the current management content item is a file.
        </summary>
      <returns>
          
            true if the current management content item is a file; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementContentNavigator.IsFolder">
      <summary>
          Gets a value indicating whether the current management content item is a folder.
        </summary>
      <returns>
          
            true if the current management content item is a folder; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementContentNavigator.IsServer">
      <summary>
          Gets a value indicating whether the current management content item is a Web server.
        </summary>
      <returns>
          
            true if the current management content item is a Web server; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementContentNavigator.IsSite">
      <summary>
          Gets a value indicating whether the current management content item is a Web site.
        </summary>
      <returns>
          
            true if the current management content item is a Web site; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementContentNavigator.IsValid">
      <summary>
          Gets a value indicating whether the current management content item is valid.
        </summary>
      <returns>
          
            true if the current management content item is not null; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementContentNavigator.IsVirtualDirectory">
      <summary>
          Gets a value indicating whether the current management content item is a virtual directory.
        </summary>
      <returns>
          
            true if the current management content item is a virtual directory; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementContentNavigator.LastModified">
      <summary>
          Gets the date and time when a file or folder was last modified.
        </summary>
      <returns>
          A <see cref="T:System.DateTime" /> structure that indicates when a file or folder was last modified.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementContentNavigator.MoveToChild(System.String)">
      <summary>
          Makes the specified child node the current node.
        </summary>
      <returns>
          
            true if the child node was found and made the current node; otherwise, false.
        </returns>
      <param name="name">
              The name of the target child node.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementContentNavigator.MoveToParent">
      <summary>
          Makes the parent node the current node.
        </summary>
      <returns>
          
            true if the current node is not null; otherwise, false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementContentNavigator.MoveToPath(System.String)">
      <summary>
          Sets the current node to the specified path.
        </summary>
      <returns>
          
            true if the current node is not null; otherwise, false. 
        </returns>
      <param name="configurationPath">
              The target configuration path.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementContentNavigator.MoveToRoot">
      <summary>
          Makes the root node the current node.
        </summary>
      <returns>
          
            true in all cases.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementContentNavigator.Name">
      <summary>
          Gets the name of the current management content item.
        </summary>
      <returns>
          The name of the current management content item.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementContentNavigator.NavigatorPath">
      <summary>
          Gets the complete path from the current <see cref="T:Microsoft.Web.Management.Server.ManagementContentNavigator" /> object to the root.
        </summary>
      <returns>
          The complete path from the current <see cref="T:Microsoft.Web.Management.Server.ManagementContentNavigator" /> object to the root, or null if the current object is the root object.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementContentNavigator.PhysicalPath">
      <summary>
          Gets the physical path of the current management content item.
        </summary>
      <returns>
          The physical path of the current management content item.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementContentNavigator.Properties">
      <summary>
          Gets a dictionary object that contains the current management content item.
        </summary>
      <returns>
          A <see cref="T:System.Collections.Generic.IDictionary`2" /> object that contains the current management content item.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementContentNavigator.Size">
      <summary>
          Gets the size of the management file.
        </summary>
      <returns>
          The size of the management file, or 0 if the file does not exist.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementContentNavigator.State">
      <summary>
          Gets a value that indicates the current state of the Web site.
        </summary>
      <returns>
          An integer that indicates the current state of the Web site. The possible values are shown in the following table.
          
            
              
                
                  Property value
                
                
                  Description
                
              
            
            
              
                0
              
              
                Indicates that the Web site is starting.
              
            
            
              
                1
              
              
                Indicates that the Web site has started.
              
            
            
              
                2
              
              
                Indicates that the Web site is stopping.
              
            
            
              
                3
              
              
                Indicates that the Web site has stopped.
              
            
            
              
                4
              
              
                Indicates that the Web site state is unknown.
              
            
          
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementContentNavigator.System#ICloneable#Clone"></member>
    <member name="P:Microsoft.Web.Management.Server.ManagementContentNavigator.VirtualPath">
      <summary>
          Gets the current virtual path.
        </summary>
      <returns>
          The current virtual path.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ManagementFrameworkVersion">
      <summary>
          Provides a container for .NET Framework version information. This class cannot be inherited.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementFrameworkVersion.#ctor(System.Version,System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.ManagementFrameworkVersion" /> class.
        </summary>
      <param name="version">
              The .NET Framework version that is contained in a <see cref="T:System.Version" /> object.
            </param>
      <param name="versionName">
              The .NET Framework version.
            </param>
      <param name="frameworkPath">
              The .NET Framework path.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementFrameworkVersion.CanManageFrameworkConfiguration">
      <summary>
          Gets a value indicating whether the .NET Framework major version is greater than or equal to 2.
        </summary>
      <returns>
          
            true if the .NET Framework major version is greater than or equal to 2; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementFrameworkVersion.FrameworkConfigurationPath">
      <summary>
          Gets the .NET Framework path that is initialized in the constructor.
        </summary>
      <returns>
          The .NET Framework path that is initialized in the constructor.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementFrameworkVersion.IsEqual(System.String)">
      <summary>
          Returns a value indicating whether .NET Framework versions are equal.
        </summary>
      <returns>
          
            true if the <paramref name="versionIdentifier" /> parameter is equal to the current management .NET Framework version; otherwise, false.
        </returns>
      <param name="versionIdentifier">
              The .NET Framework version without the initial "v".
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementFrameworkVersion.Name">
      <summary>
          Gets the .NET Framework version name that is initialized in the constructor.
        </summary>
      <returns>
          The .NET Framework version name that is initialized in the constructor.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementFrameworkVersion.Text">
      <summary>
          Gets the .NET Framework version name that is initialized in the constructor and appends it to the culture independent string ".NET Framework ".
        </summary>
      <returns>
          The .NET Framework version name that is initialized in the constructor appended to the culture independent string ".NET Framework ".
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementFrameworkVersion.Version">
      <summary>
          Gets the .NET Framework version that is initialized in the constructor.
        </summary>
      <returns>
          The .NET Framework version that is initialized in the constructor.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ManagementScope">
      <summary>
          Defines the management units that the .NET Framework supports.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Server.ManagementScope.Server">
      <summary>
          A server or a computer management unit. A server is identified by its computer name or IP address.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Server.ManagementScope.Site">
      <summary>
          A <see cref="T:Microsoft.Web.Management.Server.SiteManagementUnit" /> object. A site is identified by its site bindings.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Server.ManagementScope.Application">
      <summary>
          An application management unit. An application is identified by its name and the site that contains it.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ManagementUnit">
      <summary>
          Encapsulates contextual information about the management unit currently being managed during the execution of a Web service method on a module service. 
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementUnit.Administration">
      <summary>
          Gets the current management administration configuration.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementAdministrationConfiguration" /> that contains the configuration information.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementUnit.Configuration">
      <summary>
          Gets configuration information for the current management unit.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Administration.ManagementConfiguration" /> object that provides access to configuration information.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementUnit.ConfigurationMap">
      <summary>
          Gets the configuration map for the management unit.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Administration.WebConfigurationMap" /> that contains the file system paths of the Web.config and Machine.config files.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementUnit.ConfigurationPath">
      <summary>
          Gets the configuration path information for the current management unit.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementConfigurationPath" /> that contains configuration path information for the current management unit.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementUnit.Context">
      <summary>
          Gets management context information for the current management unit.
        </summary>
      <returns>
          An <see cref="T:Microsoft.Web.Management.Server.IManagementContext" /> that contains client context information.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementUnit.CreateConfigurationMap(System.Boolean)">
      <summary>
          When overridden in a derived class, creates a file map containing information about global configuration applicable to this management unit.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Administration.WebConfigurationMap" /> object that contains configuration information that is applicable to this management unit.
        </returns>
      <param name="addFrameworkConfiguration">
              
                true to include .NET Framework configuration information; false to omit .NET Framework information.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementUnit.FrameworkVersion">
      <summary>
          Gets the .NET Framework version for the current management unit.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementFrameworkVersion" /> for the management unit.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementUnit.GetAssociatedFrameworkVersion">
      <summary>
          When overridden in a derived class, returns the .NET Framework version for the management unit.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementFrameworkVersion" /> for the management unit.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementUnit.GetFrameworkVersions(Microsoft.Web.Management.Server.IManagementContext)">
      <summary>
          Returns the set of .NET Framework versions available.
        </summary>
      <returns>
          A constructed generic <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> of <see cref="T:Microsoft.Web.Management.Server.ManagementFrameworkVersion" /> objects.
        </returns>
      <param name="context">
              An <see cref="T:Microsoft.Web.Management.Server.IManagementContext" /> interface.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementUnit.GetModuleProviders(System.Type)">
      <summary>
          Returns a collection of module providers of the specified type.
        </summary>
      <returns>
          A List of module providers of the specified type.
        </returns>
      <param name="moduleProviderType">
              The <see cref="T:System.Type" /> of the module provider to return.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="moduleProviderType" /> parameter is null.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementUnit.GetModuleService(System.String)">
      <summary>
          Retrieves the <see cref="T:Microsoft.Web.Management.Server.ModuleService" /> object that corresponds to the specified module name.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Server.ModuleService" /> object that corresponds to the specified module name.
        </returns>
      <param name="moduleName">
              The name of the module that implements the service.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementUnit.GetTypeInformation(System.String)">
      <summary>
          When the <see cref="M:Microsoft.Web.Management.Server.ManagementUnit.GetTypeInformation(System.String,System.Boolean,System.Type)" /> method is overridden in a derived class, retrieves the assembly-qualified type names for all types in the current management scope that derive from the specified base type name.
        </summary>
      <returns>
          An object array that contains assembly-qualified type names.
        </returns>
      <param name="baseTypeName">
              The name of the base type.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementUnit.GetTypeInformation(System.String,System.Boolean)">
      <summary>
          When the <see cref="M:Microsoft.Web.Management.Server.ManagementUnit.GetTypeInformation(System.String,System.Boolean,System.Type)" /> method is overridden in a derived class, retrieves the assembly-qualified type names for all types in the current management scope that derive from the specified base type name, optionally including types that are not public.
        </summary>
      <returns>
          An object array that contains assembly-qualified type names.
        </returns>
      <param name="baseTypeName">
              The name of the base type.
            </param>
      <param name="includeNonpublicTypes">
              
                true to include types that are not public; false to include only public types.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementUnit.GetTypeInformation(System.String,System.Boolean,System.Type)">
      <summary>
          When overridden in a derived class, retrieves the assembly-qualified type names for all types in the current management scope that derive from the specified base type name, optionally including types that are not public, and using the specified generator to create type information.
        </summary>
      <returns>
          An object array that contains assembly-qualified type names.
        </returns>
      <param name="baseTypeName">
              The name of the base type.
            </param>
      <param name="includeNonpublicTypes">
              
                true to include types that are not public; false to include only public types.
            </param>
      <param name="generatorType">
              The <see cref="T:System.Type" /> of the generator to use to create type information.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementUnit.IsUserServerAdministrator">
      <summary>
          Gets a value indicating whether the calling user is a server administrator.
        </summary>
      <returns>
          
            true if the user is an authorized management administrator; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementUnit.ReadOnlyServerManager">
      <summary>
          Gets the server manager for the management unit. The <see cref="T:Microsoft.Web.Administration.ServerManager" /> object is read-only.
        </summary>
      <returns>
          A read-only <see cref="T:Microsoft.Web.Administration.ServerManager" /> object that contains information about the server.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementUnit.Scope">
      <summary>
          When overridden in a derived class, gets the management scope associated with the current management unit.
        </summary>
      <returns>
          One of the <see cref="T:Microsoft.Web.Management.Server.ManagementScope" /> values.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementUnit.ServerManager">
      <summary>
          Gets the server manager for the management unit.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Administration.ServerManager" /> object that contains information about the server.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementUnit.Update">
      <summary>
          Commits changes on the <see cref="T:Microsoft.Web.Management.Server.ManagementUnit" />.
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ManagementUserInfo">
      <summary>
          Encapsulates information about an Gestionnaire des services IIS user.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementUserInfo.#ctor(System.String,System.Boolean)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.ManagementUserInfo" /> class. 
        </summary>
      <param name="name">
              The name of the Gestionnaire des services IIS user.
            </param>
      <param name="enabled">
              
                true if the Gestionnaire des services IIS user account is enabled; otherwise, false.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementUserInfo.Enabled">
      <summary>
          Gets a value indicating whether the Gestionnaire des services IIS user can perform management services in Gestionnaire des services IIS. 
        </summary>
      <returns>
          
            true if the Gestionnaire des services IIS user is enabled; otherwise, false. The default is true.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ManagementUserInfo.Name">
      <summary>
          Gets the name of the Gestionnaire des services IIS user. 
        </summary>
      <returns>
          The name of the Gestionnaire des services IIS user.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementUserInfo.ToString">
      <summary>
          Returns the name of the Gestionnaire des services IIS user.
        </summary>
      <returns>
          The name of the Gestionnaire des services IIS user.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ManagementUserInfoCollection">
      <summary>
          Represents a collection of Gestionnaire des services IIS users.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ManagementUserInfoCollection.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.ManagementUserInfoCollection" /> class. 
        </summary>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ModuleDefinition">
      <summary>
          Encapsulates information about a specific management module, such as its name, associated service type, and the assembly that contains the module.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ModuleDefinition.#ctor(System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.ModuleDefinition" /> class. 
        </summary>
      <param name="name">
              The name of the module provider.
            </param>
      <param name="clientModuleTypeName">
              The assembly-qualified name of the <see cref="T:Microsoft.Web.Management.Client.Module" />.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ModuleDefinition.Arguments">
      <summary>
          Gets the parameters that were used to create the module definition. This property is not implemented; it always gets an empty list.
        </summary>
      <returns>
          An empty <see cref="T:System.Collections.IDictionary" />. 
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ModuleDefinition.ClientModuleTypeName">
      <summary>
          Gets the client module type name that was used to create the module definition.
        </summary>
      <returns>
          The value of the <paramref name="clientModuleTypeName" /> parameter that was passed to the <see cref="M:Microsoft.Web.Management.Server.ModuleDefinition.#ctor(System.String,System.String)" /> constructor.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ModuleDefinition.Name">
      <summary>
          Gets the name that was used to create the module definition.
        </summary>
      <returns>
          The value of the <paramref name="name" /> parameter that was passed to the <see cref="M:Microsoft.Web.Management.Server.ModuleDefinition.#ctor(System.String,System.String)" /> constructor.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ModuleInfo">
      <summary>
          Encapsulates information about a specific management module that is sent to the client, such as its name, associated service URL, and the assembly that contains the module.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ModuleInfo.Arguments">
      <summary>
          Gets a container for name/value pairs.
        </summary>
      <returns>
          An <see cref="T:System.Collections.IDictionary" /> object for storing name/value pairs.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ModuleInfo.ClientModuleTypeName">
      <summary>
          Gets the assembly name of the client module.
        </summary>
      <returns>
          The assembly name of the client module.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ModuleInfo.Name">
      <summary>
          Gets the name of the module.
        </summary>
      <returns>
          The module's name (without the .dll suffix).
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ModuleProvider">
      <summary>
          Provides the base class for implementing management module providers. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ModuleProvider.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.ModuleProvider" /> class.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ModuleProvider.FriendlyName">
      <summary>
          Gets the friendly name of the module provider.
        </summary>
      <returns>
          The friendly name of the module provider.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ModuleProvider.GetChildDelegationState(System.String)">
      <summary>
          When overridden in a derived class, returns the child delegation state.
        </summary>
      <returns>
          The current <see cref="T:Microsoft.Web.Management.Server.DelegationState" /> of the child.
        </returns>
      <param name="path">
              The path of the calling host.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ModuleProvider.GetModuleDefinition(Microsoft.Web.Management.Server.IManagementContext)">
      <summary>
          When overridden in a derived class, retrieves the information about the management module associated with the module provider.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Server.ModuleDefinition" /> associated with the provider.
        </returns>
      <param name="context">
              An <see cref="T:Microsoft.Web.Management.Server.IManagementContext" /> that represents the calling host's management context.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ModuleProvider.GetSupportedChildDelegationStates(System.String)">
      <summary>
          When overridden in a derived class, retrieves an array of supported child delegation states.
        </summary>
      <returns>
          An array of type <see cref="T:Microsoft.Web.Management.Server.DelegationState" /> that contains the supported states.
        </returns>
      <param name="path">
              The location path.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ModuleProvider.Initialize(System.String)">
      <summary>
          Sets the name of the module provider.
        </summary>
      <param name="name">
              The name of the module provider.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ModuleProvider.ManagementUnit">
      <summary>
          Gets the associated management unit.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Web.Management.Server.ManagementUnit" /> associated with the module.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ModuleProvider.Name">
      <summary>
          Gets the name of the module provider.
        </summary>
      <returns>
          The name of the module provider.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ModuleProvider.ServiceType">
      <summary>
          When overridden in a derived class, gets the type of the module service associated with the module provider.
        </summary>
      <returns>
          The <see cref="T:System.Type" /> of the module service associated with the module provider.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ModuleProvider.SetChildDelegationState(System.String,Microsoft.Web.Management.Server.DelegationState)">
      <summary>
          When implemented in a derived class, sets the specified delegation state for the specified path.
        </summary>
      <param name="path">
              The path of the calling host.
            </param>
      <param name="delegationState">
              The <see cref="T:Microsoft.Web.Management.Server.DelegationState" /> to set.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ModuleProvider.SupportsDelegation">
      <summary>
          Gets a value indicating whether the provider supports delegation.
        </summary>
      <returns>
          
            true if the module provider supports delegation; otherwise, false. The default is false.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ModuleProvider.SupportsScope(Microsoft.Web.Management.Server.ManagementScope)">
      <summary>
          When overridden in a derived class, returns a value indicating whether the module provider supports the specified scope.
        </summary>
      <returns>
          
            true if the <see cref="T:Microsoft.Web.Management.Server.ManagementScope" /> is supported; otherwise, false.
        </returns>
      <param name="scope">
              One of the <see cref="T:Microsoft.Web.Management.Server.ManagementScope" /> values of the calling host.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ModuleService">
      <summary>
          Provides the base class for implementing new management modules (IIS Manager extensions). 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ModuleService.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.ModuleService" /> class. 
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ModuleService.Context">
      <summary>
          Gets the management context of the module service.
        </summary>
      <returns>
          An <see cref="T:Microsoft.Web.Management.Server.IManagementContext" />.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ModuleService.CreateChildService(System.Type)">
      <summary>
          Creates a <see cref="T:Microsoft.Web.Management.Server.ModuleService" /> service.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ModuleService" /> based on the specified <see cref="T:System.Type" />.
        </returns>
      <param name="serviceType">
              The <see cref="T:System.Type" /> of the child service to create.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ModuleService.ManagementUnit">
      <summary>
          Gets the <see cref="P:Microsoft.Web.Management.Server.ModuleService.ManagementUnit" /> currently being managed by the module service. 
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.ManagementUnit" />.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ModuleService.ModuleName">
      <summary>
          Gets the name of the assembly that contains the module service.
        </summary>
      <returns>
          The name of the <see cref="T:Microsoft.Web.Management.Server.ModuleService" /> assembly, without the .dll suffix.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ModuleService.RaiseException(System.Exception)">
      <summary>
          Throws a <see cref="T:Microsoft.Web.Management.Server.WebManagementServiceException" /> based on the specified exception.
        </summary>
      <param name="ex">
              An <see cref="T:System.Exception" />.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ModuleService.RaiseException(System.String)">
      <summary>
          Throws a <see cref="T:Microsoft.Web.Management.Server.WebManagementServiceException" /> based on the specified resource name.
        </summary>
      <param name="resourceName">
              A string that contains the exception message.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ModuleService.RaiseException(System.String,System.String)">
      <summary>
          Throws a <see cref="T:Microsoft.Web.Management.Server.WebManagementServiceException" /> based on the specified resource name and error message.
        </summary>
      <param name="resourceName">
              A string that contains the exception resource name message.
            </param>
      <param name="errorMessage">
              A string that contains the exception message.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ModuleServiceMethodAttribute">
      <summary>
          Marks a method on a <see cref="T:Microsoft.Web.Management.Server.ModuleService" /> object as directly callable by the client. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ModuleServiceMethodAttribute.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.ModuleServiceMethodAttribute" /> class.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ModuleServiceMethodAttribute.PassThrough">
      <summary>
          Gets or sets a value indicating whether a module service method is directly callable by the client.
        </summary>
      <returns>
          
            true if the module service method is directly callable by the client; otherwise, false.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.PropertyBag">
      <summary>
          Provides an <see cref="T:System.Collections.IDictionary" /> interface to pass a collection of key/value pair variables to the Gestionnaire des services IIS.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.PropertyBag" /> class with no state tracking. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.#ctor(System.Boolean)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.PropertyBag" /> class, using the specified state tracking. 
        </summary>
      <param name="trackState">
              
                true to enable state tracking; false to disable state tracking.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.Add(System.Int32,System.Object)">
      <summary>
          Adds an element that has the specified integer key and value to the collection.
        </summary>
      <param name="key">
              The integer to use as the key of the element to add. 
            </param>
      <param name="value">
              The object to use as the value of the element to add. 
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.Clone">
      <summary>
          Creates a new copy of the collection with state tracking enabled.
        </summary>
      <returns>
          A new <see cref="T:Microsoft.Web.Management.Server.PropertyBag" /> with the same contents as the original.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.Clone(System.Boolean)">
      <summary>
          Creates a new copy of the collection with state tracking enabled, and that is optionally read-only.
        </summary>
      <returns>
          A new <see cref="T:Microsoft.Web.Management.Server.PropertyBag" /> with the same contents as the original.
        </returns>
      <param name="readOnly">
              
                true to create a read-only copy; false to create a modifiable copy.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.Contains(System.Int32)">
      <summary>
          Determines whether the collection contains an element that has the specified key.
        </summary>
      <returns>
          
            true if the collection contains an element that has the specified key; otherwise, false.
        </returns>
      <param name="key">
              The target integer key.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.PropertyBag.Count">
      <summary>
          Gets the number of items in the collection.
        </summary>
      <returns>
          The number of items in the <see cref="T:Microsoft.Web.Management.Server.PropertyBag" />.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.CreatePropertyBagFromState(System.String)">
      <summary>
          Deserializes a property bag from the specified state.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.PropertyBag" /> created from the specified state data.
        </returns>
      <param name="state">
              The serialized state of a <see cref="T:Microsoft.Web.Management.Server.PropertyBag" />.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.CreatePropertyBagFromState(System.String,System.Boolean)">
      <summary>
          Deserializes a property bag from the specified state and optionally makes it read-only.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.PropertyBag" /> created from the specified state data.
        </returns>
      <param name="state">
              The serialized state of a <see cref="T:Microsoft.Web.Management.Server.PropertyBag" />.
            </param>
      <param name="readOnly">
              
                true to create a read-only collection; false to create a modifiable collection.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.GetState">
      <summary>
          Serializes the state of the property bag into a string.
        </summary>
      <returns>
          The serialized state of the collection.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.GetValue``1(System.Int32)">
      <summary>
          Returns the value with the specified key, cast as the specified type.
        </summary>
      <returns>
          The value for the specified key, if one exists, cast to type <paramref name="T" />.
        </returns>
      <param name="index">
              The key of the item to return.
            </param>
      <typeparam name="T">
              The desired type of the returned value.
            </typeparam>
    </member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.GetValue``1(System.Int32,``0)">
      <summary>
          Returns the value with the specified key, cast as the specified type, or the specified default value if no item with the specified key is located in the collection.
        </summary>
      <returns>
          The value for the specified key, if one exists, cast to type <paramref name="T" />.
        </returns>
      <param name="index">
              The key of the item to return.
            </param>
      <param name="defaultValue">
              The default value (of type <paramref name="T" />) to return if the key is not found.
            </param>
      <typeparam name="T">
              The desired type of the return value.
            </typeparam>
    </member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.IsModified">
      <summary>
          Returns a value indicating whether the collection has been modified since it was created.
        </summary>
      <returns>
          
            true if the collection has been modified; otherwise, false.
        </returns>
      <exception cref="T:System.InvalidOperationException">
              State tracking is not enabled for the collection (<see cref="P:Microsoft.Web.Management.Server.PropertyBag.IsTrackingState" /> is false).
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.IsModified(System.Int32)">
      <summary>
          Returns a value indicating whether the specified item has been modified since it was created.
        </summary>
      <returns>
          
            true if the item with the specified key has been modified; otherwise, false.
        </returns>
      <param name="key">
              The integer key of the item to check.
            </param>
      <exception cref="T:System.InvalidOperationException">
              State tracking is not enabled for the collection (<see cref="P:Microsoft.Web.Management.Server.PropertyBag.IsTrackingState" /> is false).
            </exception>
    </member>
    <member name="P:Microsoft.Web.Management.Server.PropertyBag.IsTrackingState">
      <summary>
          Gets a value indicating whether the collection is tracking state.
        </summary>
      <returns>
          
            true if the collection is tracking modified entries; otherwise, false.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.PropertyBag.Item(System.Int32)">
      <summary>
          Gets or sets the element  at the specified index location in the Property bag.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.PropertyBag" /> with the <paramref name="index" />. 
        </returns>
      <param name="index">
              The index of the element to get or set. 
            </param>
      <exception cref="T:System.ArgumentOutOfRangeException">
              
                <paramref name="index" /> is less than 0.
            </exception>
    </member>
    <member name="P:Microsoft.Web.Management.Server.PropertyBag.Keys">
      <summary>
          Gets a collection that contains the keys of the collection.
        </summary>
      <returns>
          An <see cref="T:System.Collections.ICollection" /> object that contains the keys of the property bag.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.PropertyBag.ModifiedKeys">
      <summary>
          Gets the collection of keys that have been modified since the bag was cloned.
        </summary>
      <returns>
          An <see cref="T:System.Collections.ICollection" /> object that contains the keys that have been modified since the bag was cloned.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.Remove(System.Object)">
      <summary>
          Deletes the item with the specified key from the collection.
        </summary>
      <param name="key">
              The key of the item to remove.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"></member>
    <member name="P:Microsoft.Web.Management.Server.PropertyBag.System#Collections#ICollection#IsSynchronized"></member>
    <member name="P:Microsoft.Web.Management.Server.PropertyBag.System#Collections#ICollection#SyncRoot"></member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.System#Collections#IDictionary#Add(System.Object,System.Object)"></member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.System#Collections#IDictionary#Clear"></member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.System#Collections#IDictionary#Contains(System.Object)"></member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.System#Collections#IDictionary#GetEnumerator"></member>
    <member name="P:Microsoft.Web.Management.Server.PropertyBag.System#Collections#IDictionary#IsFixedSize"></member>
    <member name="P:Microsoft.Web.Management.Server.PropertyBag.System#Collections#IDictionary#IsReadOnly"></member>
    <member name="P:Microsoft.Web.Management.Server.PropertyBag.System#Collections#IDictionary#Item(System.Object)"></member>
    <member name="M:Microsoft.Web.Management.Server.PropertyBag.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="P:Microsoft.Web.Management.Server.PropertyBag.Values">
      <summary>
          Gets a collection that contains the values of the collection.
        </summary>
      <returns>
          An <see cref="T:System.Collections.ICollection" /> object that contains the values of the property bag.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.ServerManagementUnit">
      <summary>
          Encapsulates contextual information about the server being managed.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ServerManagementUnit.FrameworkVersions">
      <summary>
          Gets the installed .NET Framework versions for the current management unit context.
        </summary>
      <returns>
          A <see cref="T:System.Collections.ICollection" /> interface that contains a collection of <see cref="T:Microsoft.Web.Management.Server.ManagementFrameworkVersion" /> objects.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ServerManagementUnit.GetApplication(System.String,System.String)">
      <summary>
          Returns an application management unit for the specified site name and application path.
        </summary>
      <returns>
          An <see cref="T:Microsoft.Web.Management.Server.ApplicationManagementUnit" /> object that contains application configuration information.
        </returns>
      <param name="siteName">
              The name of the site.
            </param>
      <param name="applicationPath">
              The application path.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="siteName" /> or <paramref name="applicationPath" /> parameter is null.
            </exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
              The <paramref name="siteName" /> or <paramref name="applicationPath" /> parameter is "/".
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ServerManagementUnit.GetSite(System.String)">
      <summary>
          Returns a site management unit for the specified site name.
        </summary>
      <returns>
          A <see cref="T:Microsoft.Web.Management.Server.SiteManagementUnit" /> object that contains site configuration information.
        </returns>
      <param name="siteName">
              The name of the site whose information will be retrieved.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="siteName" /> parameter is null.
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.ServerManagementUnit.GetTypeInformation(System.String,System.Boolean,System.Type)">
      <summary>
          Returns public type information for the specified base type name and generator type, and optionally includes non-public types.
        </summary>
      <returns>
          When overridden in a derived class, an array of <see cref="T:System.Object" /> values that contains assembly information. The base class returns null.
        </returns>
      <param name="baseTypeName">
              The base type name.
            </param>
      <param name="includeNonpublicTypes">
              
                true to include non-public types; otherwise, false.
            </param>
      <param name="generatorType">
              The generator type.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ServerManagementUnit.MachineName">
      <summary>
          Gets the computer name of the server.
        </summary>
      <returns>
          A <see cref="P:System.Environment.MachineName" /> value that contains the name of the server.
        </returns>
    </member>
    <member name="P:Microsoft.Web.Management.Server.ServerManagementUnit.Scope">
      <summary>
          Gets the scope of the server management unit.
        </summary>
      <returns>
          One of the <see cref="T:Microsoft.Web.Management.Server.ManagementScope" /> values. The value is <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Server" /> in all cases.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.SimpleDelegatedModuleProvider">
      <summary>
          Provides a base class for simple read-only, read/write, and nondelegated delegation semantics.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.SimpleDelegatedModuleProvider.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.SimpleDelegatedModuleProvider" /> class. 
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.SimpleDelegatedModuleProvider.GetChildDelegationState(System.String)">
      <summary>
          Returns the child delegation state.
        </summary>
      <returns>
          The current child <see cref="T:Microsoft.Web.Management.Server.DelegationState" /> object.
        </returns>
      <param name="path">
              The path of the calling host.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="path" /> parameter is null or empty.
            </exception>
      <exception cref="T:System.InvalidOperationException">
              The <paramref name="path" /> parameter contains the "/" character. 
            </exception>
    </member>
    <member name="M:Microsoft.Web.Management.Server.SimpleDelegatedModuleProvider.GetSupportedChildDelegationStates(System.String)">
      <summary>
          Retrieves an array of supported child delegation states.
        </summary>
      <returns>
          An array of type <see cref="T:Microsoft.Web.Management.Server.DelegationState" /> that contains the supported states.
        </returns>
      <param name="path">
              The path of the calling host.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="path" /> parameter is null or empty.
            </exception>
      <exception cref="T:System.InvalidOperationException">
              The <paramref name="path" /> parameter contains the "/" character. 
            </exception>
    </member>
    <member name="F:Microsoft.Web.Management.Server.SimpleDelegatedModuleProvider.NoneDelegationState">
      <summary>
          Specifies no delegation state.
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Server.SimpleDelegatedModuleProvider.ParentDelegationState">
      <summary>
          Specifies the parent delegation state. 
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Server.SimpleDelegatedModuleProvider.ReadOnlyDelegationState">
      <summary>
          Specifies a read-only delegation state. 
        </summary>
    </member>
    <member name="F:Microsoft.Web.Management.Server.SimpleDelegatedModuleProvider.ReadWriteDelegationState">
      <summary>
          Specifies a read/write delegation state.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.SimpleDelegatedModuleProvider.SetChildDelegationState(System.String,Microsoft.Web.Management.Server.DelegationState)">
      <summary>
          Sets the specified delegation state for all child configurations in the specified path.
        </summary>
      <param name="path">
              The path of the calling host.
            </param>
      <param name="state">
              The <see cref="T:Microsoft.Web.Management.Server.DelegationState" /> object to set.
            </param>
      <exception cref="T:System.ArgumentNullException">
              The <paramref name="path" /> parameter is null or empty.
            </exception>
      <exception cref="T:System.InvalidOperationException">
              The <paramref name="path" /> parameter contains the "/" character. 
            </exception>
    </member>
    <member name="P:Microsoft.Web.Management.Server.SimpleDelegatedModuleProvider.SupportsDelegation">
      <summary>
          Gets a value indicating whether the provider supports delegation.
        </summary>
      <returns>
          
            true in all cases.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.SiteManagementUnit">
      <summary>
          Encapsulates contextual information about the site being managed.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.SiteManagementUnit.GetApplication(System.String)">
      <summary>
          Returns a new application management unit for the specified application path.
        </summary>
      <returns>
          A new <see cref="T:Microsoft.Web.Management.Server.ApplicationManagementUnit" /> object based on the current context, the current site name, and the specified application path.
        </returns>
      <param name="applicationPath">
              The application path.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.SiteManagementUnit.Scope">
      <summary>
          Gets a value that specifies that the management scope is <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Site" />.
        </summary>
      <returns>
          One of the <see cref="T:Microsoft.Web.Management.Server.ManagementScope" /> values. Only <see cref="F:Microsoft.Web.Management.Server.ManagementScope.Site" /> is valid.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.TypeInformationGenerator">
      <summary>
          Forms the base class for the remotable type information generator.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.TypeInformationGenerator.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.TypeInformationGenerator" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.TypeInformationGenerator.GetTypeInformation(System.Type)">
      <summary>
          When overridden in a derived class, returns a serializable or marshalable object that contains information about the type specified.
        </summary>
      <returns>
          An object that contains information about the specified type.
        </returns>
      <param name="type">
              The <see cref="T:System.Type" /> object whose information is to be retrieved.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Server.WebManagementEventLog">
      <summary>
          Enables information to be written to the Windows event log. This class cannot be inherited.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.WebManagementEventLog.Write(System.Int32,System.String)">
      <summary>
          Writes the event ID and a message to the Windows event log.
        </summary>
      <param name="eventId">
              The event ID.
            </param>
      <param name="message">
              The message to write to the event log.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.WebManagementEventLog.Write(System.Int32,System.String,System.String,System.String,System.Exception)">
      <summary>
          Writes the event ID, error message, connection name, connection user, and exception to the Windows event log.
        </summary>
      <param name="eventId">
              The event ID.
            </param>
      <param name="message">
              The message to write to the event log.
            </param>
      <param name="connectionName">
              The name of the current connection.
            </param>
      <param name="connectionUser">
              The Windows domain or local account name of the user whose credentials are being used in the connection.
            </param>
      <param name="exception">
              A <see cref="T:System.Exception" /> object that contains an error that occurred during the connection.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.WebManagementEventLog.Write(System.Int32,System.String,System.String,System.String,System.Exception,System.Diagnostics.EventLogEntryType)">
      <summary>
          Writes the event ID, error message, connection name, connection user, exception, and event log entry type to the Windows event log.
        </summary>
      <param name="eventId">
              The event ID.
            </param>
      <param name="message">
              The message to write to the event log.
            </param>
      <param name="connectionName">
              The name of the current connection.
            </param>
      <param name="connectionUser">
              The Windows domain or local account name of the user whose credentials are being used in the connection.
            </param>
      <param name="exception">
              A <see cref="T:System.Exception" /> object that contains an error that occurred during the connection.
            </param>
      <param name="entryType">
              One of the <see cref="T:System.Diagnostics.EventLogEntryType" /> values.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.WebManagementEventLog.Write(System.String,System.Diagnostics.EventLogEntryType,System.Int32)">
      <summary>
          Writes the event log message, entry type, and event ID to the Windows event log.
        </summary>
      <param name="message">
              The message to write to the event log.
            </param>
      <param name="entryType">
              One of the <see cref="T:System.Diagnostics.EventLogEntryType" /> values.
            </param>
      <param name="eventId">
              The event ID.
            </param>
    </member>
    <member name="T:Microsoft.Web.Management.Server.WebManagementServiceException">
      <summary>
          Represents an exception that is thrown when the Gestionnaire des services IIS is unable to perform a requested operation. This class cannot be inherited.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.WebManagementServiceException.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.WebManagementServiceException" /> class.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.WebManagementServiceException.#ctor(System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.WebManagementServiceException" /> class that uses the specified error message.
        </summary>
      <param name="errorMessage">
              The error message.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.WebManagementServiceException.#ctor(System.String,System.Exception)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.WebManagementServiceException" /> class that uses the specified error message and a reference to the inner exception that is the cause of this exception.
        </summary>
      <param name="errorMessage">
              The error message.
            </param>
      <param name="exception">
              The exception that is the cause of the current exception.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.WebManagementServiceException.#ctor(System.String,System.String)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.WebManagementServiceException" /> class that uses the specified error message and the name of the resource of the localized error message.
        </summary>
      <param name="resourceName">
              The name of the resource that is used to show a localized error message.
            </param>
      <param name="errorMessage">
              The error message.
            </param>
    </member>
    <member name="M:Microsoft.Web.Management.Server.WebManagementServiceException.#ctor(System.String,System.String,System.Exception)">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.WebManagementServiceException" /> class that uses the specified error message, the name of the resource of the localized error message, and a reference to the inner exception that is the cause of this exception.
        </summary>
      <param name="resourceName">
              The name of the resource that is used to show a localized error message.
            </param>
      <param name="errorMessage">
              The error message.
            </param>
      <param name="innerException">
              The exception that is the cause of the current exception.
            </param>
    </member>
    <member name="P:Microsoft.Web.Management.Server.WebManagementServiceException.ResourceName">
      <summary>
          Gets the name of the resource that is used to show a localized error message.
        </summary>
      <returns>
          The name of the resource.
        </returns>
    </member>
    <member name="M:Microsoft.Web.Management.Server.WebManagementServiceException.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="M:Microsoft.Web.Management.Server.WebManagementServiceException.ToString">
      <summary>
          Creates and returns a string representation of the current exception.
        </summary>
      <returns>
          The current exception.
        </returns>
    </member>
    <member name="T:Microsoft.Web.Management.Server.WebManagementServiceHandler">
      <summary>
          Handles HTTP requests that are related to Web administration. This class cannot be inherited.
        </summary>
    </member>
    <member name="M:Microsoft.Web.Management.Server.WebManagementServiceHandler.#ctor">
      <summary>
          Initializes a new instance of the <see cref="T:Microsoft.Web.Management.Server.WebManagementServiceHandler" /> class.
        </summary>
    </member>
    <member name="P:Microsoft.Web.Management.Server.WebManagementServiceHandler.System#Web#IHttpHandler#IsReusable"></member>
    <member name="M:Microsoft.Web.Management.Server.WebManagementServiceHandler.System#Web#IHttpHandler#ProcessRequest(System.Web.HttpContext)"></member>
  </members>
</doc>