IComSoapIISVRoot Interface

Definition

Interface definition for creating and deleting Internet Information Services (IIS) 6.0 virtual roots.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IComSoapIISVRoot
[System.Runtime.InteropServices.Guid("d8013ef0-730b-45e2-ba24-874b7242c425")]
public interface IComSoapIISVRoot
[<System.Runtime.InteropServices.Guid("d8013ef0-730b-45e2-ba24-874b7242c425")>]
type IComSoapIISVRoot = interface
Public Interface IComSoapIISVRoot
Derived
Attributes

Remarks

The IComSoapIISVRoot interface defines methods for creating and deleting virtual roots in IIS 6.0.

This interface is implemented only by the IISVirtualRoot class and is used only within the .NET Framework infrastructure while creating a SOAP-enabled COM+ application virtual root.

IComSoapIISVRoot does not need to be implemented directly in your code. Instead, use the Publish class, which implements the IComSoapPublisher interface that contains the CreateVirtualRoot and DeleteVirtualRoot methods. However, DeleteVirtualRoot is not fully implemented by Publish.

IComSoapIISVRoot is used internally by the .NET Framework. You do not need to use it directly in your code.

Methods

Create(String, String, String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates an Internet Information Services (IIS) virtual root.

Delete(String, String, String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Deletes an Internet Information Services (IIS) virtual root.

Applies to