IISVirtualRoot Class

Definition

Creates and deletes 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 ref class IISVirtualRoot : System::EnterpriseServices::Internal::IComSoapIISVRoot
[System.Runtime.InteropServices.Guid("d8013ef1-730b-45e2-ba24-874b7242c425")]
public class IISVirtualRoot : System.EnterpriseServices.Internal.IComSoapIISVRoot
[<System.Runtime.InteropServices.Guid("d8013ef1-730b-45e2-ba24-874b7242c425")>]
type IISVirtualRoot = class
    interface IComSoapIISVRoot
Public Class IISVirtualRoot
Implements IComSoapIISVRoot
Inheritance
IISVirtualRoot
Attributes
Implements

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.

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

Constructors

IISVirtualRoot()

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

Initializes a new instance of the IISVirtualRoot class.

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.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to