C# Class SIM.Adapters.WebServer.Website

ファイルを表示 Open project: Sitecore/Sitecore-Instance-Manager Class Usage Examples

Public Properties

Property Type Description
ID long

Private Properties

Property Type Description
GetPool Microsoft.Web.Administration.ApplicationPool
GetSite Microsoft.Web.Administration.Site
GetUrl string
GetWebConfig XmlDocumentEx
IsStarted bool

Public Methods

Method Description
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

Protected Methods

Method Description
Website ( ) : System

Private Methods

Method Description
GetPool ( [ context ) : ApplicationPool
GetSite ( [ context ) : Site
GetUrl ( [ path = null ) : string
GetWebConfig ( string webRootPath = null ) : XmlDocumentEx
IsStarted ( [ site ) : bool

Method Details

GetName() public method

public GetName ( WebServerManager context ) : string
context WebServerManager
return string

Recycle() public method

public Recycle ( ) : void
return void

SetAppPoolMode() public method

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

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( bool force = null ) : void
force bool
return void

StopApplicationPool() public method

public StopApplicationPool ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Website() protected method

protected Website ( ) : System
return System

Website() public method

public Website ( long id ) : System
id long
return System

Property Details

ID public_oe property

public long ID
return long