Property | Type | Description | |
---|---|---|---|
CleanSiteFile | void | ||
GetConfigurationCache | |||
GetPhysicalPath | string | ||
GetPoolStateAsync | Task |
||
GetSchemaFiles | IEnumerable |
||
GetSiteStateAsync | Task |
||
Initialize | void | ||
LoadCache | void | ||
ServerManager | System | ||
StartAsync | System.Threading.Tasks.Task | ||
StopAsync | System.Threading.Tasks.Task | ||
VerifyAsync | Task |
||
VerifyLocation | void |
Method | Description | |
---|---|---|
CommitChanges ( ) : void | ||
CommitChangesAsync ( ) : System.Threading.Tasks.Task | ||
Dispose ( ) : void | ||
GetAdministrationConfiguration ( ) : |
||
GetAdministrationConfiguration ( |
||
GetApplicationHostConfiguration ( ) : |
||
GetMetadata ( string metadataType ) : object | ||
GetRedirectionConfiguration ( ) : |
||
GetWebConfiguration ( |
||
GetWebConfiguration ( string siteName ) : |
||
GetWebConfiguration ( string siteName, string virtualPath ) : |
||
OpenRemote ( string serverName ) : |
||
Save ( ) : void | ||
ServerManager ( ) : System | ||
ServerManager ( bool readOnly, string applicationHostConfigurationPath ) : System | ||
ServerManager ( string applicationHostConfigurationPath ) : System | ||
ServerManager ( string hostName, bool local ) : System | ||
SetMetadata ( string metadataType, object value ) : void |
Method | Description | |
---|---|---|
PostCommitChangesAsync ( ) : System.Threading.Tasks.Task | ||
PostInitialize ( ) : void | ||
PreInitialize ( ) : void |
Method | Description | |
---|---|---|
CleanSiteFile ( string file ) : void | ||
GetConfigurationCache ( ) : |
||
GetPhysicalPath ( string root ) : string | ||
GetPoolStateAsync ( |
||
GetSchemaFiles ( ) : IEnumerable |
||
GetSiteStateAsync ( |
||
Initialize ( ) : void | ||
LoadCache ( ) : void | ||
ServerManager ( string hostName, bool readOnly, string fileName ) : System | ||
StartAsync ( |
||
StopAsync ( |
||
VerifyAsync ( string path ) : Task |
||
VerifyLocation ( string locationPath ) : void |
public CommitChangesAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public GetAdministrationConfiguration ( ) : |
||
return |
public GetAdministrationConfiguration ( |
||
configMap | ||
configurationPath | string | |
return |
public GetApplicationHostConfiguration ( ) : |
||
return |
public GetMetadata ( string metadataType ) : object | ||
metadataType | string | |
return | object |
public GetRedirectionConfiguration ( ) : |
||
return |
public GetWebConfiguration ( |
||
configMap | ||
configurationPath | string | |
return |
public GetWebConfiguration ( string siteName ) : |
||
siteName | string | |
return |
public GetWebConfiguration ( string siteName, string virtualPath ) : |
||
siteName | string | |
virtualPath | string | |
return |
public static OpenRemote ( string serverName ) : |
||
serverName | string | |
return |
protected PostCommitChangesAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public ServerManager ( bool readOnly, string applicationHostConfigurationPath ) : System | ||
readOnly | bool | |
applicationHostConfigurationPath | string | |
return | System |
public ServerManager ( string applicationHostConfigurationPath ) : System | ||
applicationHostConfigurationPath | string | |
return | System |
public ServerManager ( string hostName, bool local ) : System | ||
hostName | string | |
local | bool | |
return | System |
public SetMetadata ( string metadataType, object value ) : void | ||
metadataType | string | |
value | object | |
return | void |