C# Class SIM.Adapters.WebServer.WebServerManager

Datei anzeigen Open project: Sitecore/Sitecore-Instance-Manager Class Usage Examples

Public Methods

Method Description
AddHostBinding ( [ siteName, [ binding ) : bool
DeleteWebsite ( [ id ) : void
HostBindingExists ( [ host ) : bool
IsApplicationPoolRunning ( [ appPool ) : bool
WebsiteExists ( [ name ) : bool

Private Methods

Method Description
CreateContext ( [ debugLocation, object callingClass = null ) : WebServerContext
DeleteWebsite ( [ context, [ site ) : void
GetWebRootPath ( [ site ) : string

Method Details

AddHostBinding() public static method

public static AddHostBinding ( [ siteName, [ binding ) : bool
siteName [
binding [
return bool

DeleteWebsite() public static method

public static DeleteWebsite ( [ id ) : void
id [
return void

HostBindingExists() public static method

public static HostBindingExists ( [ host ) : bool
host [
return bool

IsApplicationPoolRunning() public static method

public static IsApplicationPoolRunning ( [ appPool ) : bool
appPool [
return bool

WebsiteExists() public static method

public static WebsiteExists ( [ name ) : bool
name [
return bool