C# Class SIM.Adapters.WebServer.Website

Afficher le fichier Open project: Sitecore/Sitecore-Instance-Manager Class Usage Examples

Méthodes publiques

Свойство Type Description
ID long

Private Properties

Свойство Type Description
GetPool Microsoft.Web.Administration.ApplicationPool
GetSite Microsoft.Web.Administration.Site
GetUrl string
GetWebConfig XmlDocumentEx
IsStarted bool

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Website ( ) : System

Private Methods

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

Method Details

GetName() public méthode

public GetName ( WebServerManager context ) : string
context WebServerManager
Résultat string

Recycle() public méthode

public Recycle ( ) : void
Résultat void

SetAppPoolMode() public méthode

public SetAppPoolMode ( bool is40 = null, bool is32 = null ) : void
is40 bool
is32 bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( bool force = null ) : void
force bool
Résultat void

StopApplicationPool() public méthode

public StopApplicationPool ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Website() protected méthode

protected Website ( ) : System
Résultat System

Website() public méthode

public Website ( long id ) : System
id long
Résultat System

Property Details

ID public_oe property

public long ID
Résultat long