C# 클래스 SIM.Adapters.WebServer.WebServerManager

파일 보기 프로젝트 열기: Sitecore/Sitecore-Instance-Manager 1 사용 예제들

공개 메소드들

메소드 설명
AddHostBinding ( [ siteName, [ binding ) : bool
DeleteWebsite ( [ id ) : void
HostBindingExists ( [ host ) : bool
IsApplicationPoolRunning ( [ appPool ) : bool
WebsiteExists ( [ name ) : bool

비공개 메소드들

메소드 설명
CreateContext ( [ debugLocation, object callingClass = null ) : WebServerContext
DeleteWebsite ( [ context, [ site ) : void
GetWebRootPath ( [ site ) : string

메소드 상세

AddHostBinding() 공개 정적인 메소드

public static AddHostBinding ( [ siteName, [ binding ) : bool
siteName [
binding [
리턴 bool

DeleteWebsite() 공개 정적인 메소드

public static DeleteWebsite ( [ id ) : void
id [
리턴 void

HostBindingExists() 공개 정적인 메소드

public static HostBindingExists ( [ host ) : bool
host [
리턴 bool

IsApplicationPoolRunning() 공개 정적인 메소드

public static IsApplicationPoolRunning ( [ appPool ) : bool
appPool [
리턴 bool

WebsiteExists() 공개 정적인 메소드

public static WebsiteExists ( [ name ) : bool
name [
리턴 bool