WebBase Class

MSBuild

Base task for any IIS-related task. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class WebBase
    Inherits Task
C#
public abstract class WebBase : Task
C++
ref class WebBase abstract  : Task
J#
public  class WebBase extends Task
JScript
public  class WebBase extends Task

Remarks

Stores the base logic for gathering the IIS version and server and port checking. This base task also stores common properties for other related tasks.

Inheritance Hierarchy

System.Object
   Microsoft.Build.Utilities.Task
      MSBuild.Community.Tasks.IIS.WebBase
         Derived types

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.