C# Class FuncTest.IIS.Iis

The IIS.
Show file Open project: Microsoft/ApplicationInsights-dotnet-server

Public Methods

Method Description
Reset ( ) : void

Resets IIS on the box

Start ( ) : void

Starts IIS on the box.

Stop ( ) : void

Stops IIS on the box.

Method Details

Reset() public static method

Resets IIS on the box
public static Reset ( ) : void
return void

Start() public static method

Starts IIS on the box.
public static Start ( ) : void
return void

Stop() public static method

Stops IIS on the box.
public static Stop ( ) : void
return void