C# 클래스 PowerDeploy.IISDeployService.Tests.Integration.IISManagerTestBuddy

파일 보기 프로젝트 열기: tobiaszuercher/PowerDeploy 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AssertAppPool() 공개 정적인 메소드

public static AssertAppPool ( string name, string user, string pass ) : void
name string
user string
pass string
리턴 void

AssertWebsite() 공개 정적인 메소드

public static AssertWebsite ( string name, string path, int port, string appPoolName ) : void
name string
path string
port int
appPoolName string
리턴 void

DeleteAppPool() 공개 정적인 메소드

public static DeleteAppPool ( string name ) : void
name string
리턴 void

DeleteWebsite() 공개 정적인 메소드

public static DeleteWebsite ( string name ) : void
name string
리턴 void