C# Class PowerDeploy.IISDeployService.Tests.Integration.IISManagerTestBuddy

Afficher le fichier Open project: tobiaszuercher/PowerDeploy Class Usage Examples

Méthodes publiques

Méthode Description
AssertAppPool ( string name, string user, string pass ) : void
AssertWebsite ( string name, string path, int port, string appPoolName ) : void
DeleteAppPool ( string name ) : void
DeleteWebsite ( string name ) : void

Method Details

AssertAppPool() public static méthode

public static AssertAppPool ( string name, string user, string pass ) : void
name string
user string
pass string
Résultat void

AssertWebsite() public static méthode

public static AssertWebsite ( string name, string path, int port, string appPoolName ) : void
name string
path string
port int
appPoolName string
Résultat void

DeleteAppPool() public static méthode

public static DeleteAppPool ( string name ) : void
name string
Résultat void

DeleteWebsite() public static méthode

public static DeleteWebsite ( string name ) : void
name string
Résultat void