C# 클래스 Raven.Tests.Util.IISConfig

파일 보기 프로젝트 열기: nhsevidence/ravendb

공개 메소드들

메소드 설명
CreateApplicationPool ( string applicationPoolName ) : void
CreateSite ( string hostName, int port, string applicationPoolName, string phsyicalDirectory ) : void
RemoveByApplicationPool ( string applicationPoolName ) : void

메소드 상세

CreateApplicationPool() 공개 정적인 메소드

public static CreateApplicationPool ( string applicationPoolName ) : void
applicationPoolName string
리턴 void

CreateSite() 공개 정적인 메소드

public static CreateSite ( string hostName, int port, string applicationPoolName, string phsyicalDirectory ) : void
hostName string
port int
applicationPoolName string
phsyicalDirectory string
리턴 void

RemoveByApplicationPool() 공개 정적인 메소드

public static RemoveByApplicationPool ( string applicationPoolName ) : void
applicationPoolName string
리턴 void