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

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

공개 프로퍼티들

프로퍼티 타입 설명
ID long

Private Properties

프로퍼티 타입 설명
GetPool Microsoft.Web.Administration.ApplicationPool
GetSite Microsoft.Web.Administration.Site
GetUrl string
GetWebConfig XmlDocumentEx
IsStarted bool

공개 메소드들

메소드 설명
GetName ( WebServerManager context ) : string
Recycle ( ) : void
SetAppPoolMode ( bool is40 = null, bool is32 = null ) : void
Start ( ) : void
Stop ( bool force = null ) : void
StopApplicationPool ( ) : void
ToString ( ) : string
Website ( long id ) : System

보호된 메소드들

메소드 설명
Website ( ) : System

비공개 메소드들

메소드 설명
GetPool ( [ context ) : ApplicationPool
GetSite ( [ context ) : Site
GetUrl ( [ path = null ) : string
GetWebConfig ( string webRootPath = null ) : XmlDocumentEx
IsStarted ( [ site ) : bool

메소드 상세

GetName() 공개 메소드

public GetName ( WebServerManager context ) : string
context WebServerManager
리턴 string

Recycle() 공개 메소드

public Recycle ( ) : void
리턴 void

SetAppPoolMode() 공개 메소드

public SetAppPoolMode ( bool is40 = null, bool is32 = null ) : void
is40 bool
is32 bool
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( bool force = null ) : void
force bool
리턴 void

StopApplicationPool() 공개 메소드

public StopApplicationPool ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Website() 보호된 메소드

protected Website ( ) : System
리턴 System

Website() 공개 메소드

public Website ( long id ) : System
id long
리턴 System

프로퍼티 상세

ID 공개적으로 프로퍼티

public long ID
리턴 long