This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public static class IIS
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class IIS

The type exposes the following members.

Public Methods

  Name Description
Public method Static member IsRunning
Returns true if IIS is currently runnning.
Public method Static member Restart
Restarts IIS.
Public method Static member Start
Start IIS.
Public method Static member Stop
Stop IIS.

Public Properties

  Name Description
Public property Static member IISVersion
Gets the (local) IIS version.

See Also

IIS
Smartsite.Base Namespace
Advanced