C# Class SIM.Adapters.WebServer.WebServerManager.WebServerContext

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

Public Properties

Property Type Description
DebugLocation string

Private Properties

Property Type Description

Public Methods

Method Description
CommitChanges ( ) : void
Dispose ( ) : void
WebServerContext ( string debugLocation, object caller = null ) : System

Method Details

CommitChanges() public method

public CommitChanges ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

WebServerContext() public method

public WebServerContext ( string debugLocation, object caller = null ) : System
debugLocation string
caller object
return System

Property Details

DebugLocation public_oe property

public string DebugLocation
return string