Property | Type | Description | |
---|---|---|---|
CleanSiteFile | void | ||
CreateCache | void | ||
GetClient | HttpClient | ||
GetPhysicalPath | string | ||
GetPoolStateAsync | Task |
||
GetSchemaFiles | IEnumerable |
||
GetSiteStateAsync | Task |
||
StartAsync | System.Threading.Tasks.Task | ||
StopAsync | System.Threading.Tasks.Task | ||
VerifyAsync | Task |
Method | Description | |
---|---|---|
ByeAsync ( ) : Task |
||
GetCertificateAsync ( ) : Task |
||
GetStatusAsync ( ) : Task |
||
GetVersionAsync ( ) : Task |
||
HelloAsync ( ) : Task |
||
JexusServerManager ( string hostName, string credentials ) : Microsoft.Web.Administration.Properties | ||
LoadAsync ( ) : System.Threading.Tasks.Task | ||
LoadAsync ( |
||
LoadAsync ( |
||
LocalhostTestAsync ( string path, string random ) : Task |
||
SaveAsync ( ) : System.Threading.Tasks.Task | ||
SaveAsync ( |
||
SaveCertificateAsync ( string text ) : Task |
||
SaveKeyAsync ( string key ) : Task |
||
SetCertificate ( string certificate ) : void | ||
SetKeyFile ( string key ) : void | ||
StartAsync ( ) : Task |
||
StopAsync ( ) : Task |
Method | Description | |
---|---|---|
PostCommitChangesAsync ( ) : System.Threading.Tasks.Task | ||
PostInitialize ( ) : void | ||
PreInitialize ( ) : void |
Method | Description | |
---|---|---|
CleanSiteFile ( string file ) : void | ||
CreateCache ( ) : void | ||
GetClient ( ) : HttpClient | ||
GetPhysicalPath ( string root ) : string | ||
GetPoolStateAsync ( |
||
GetSchemaFiles ( ) : IEnumerable |
||
GetSiteStateAsync ( |
||
StartAsync ( |
||
StopAsync ( |
||
VerifyAsync ( string path ) : Task |
public JexusServerManager ( string hostName, string credentials ) : Microsoft.Web.Administration.Properties | ||
hostName | string | |
credentials | string | |
return | Microsoft.Web.Administration.Properties |
public LoadAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public LoadAsync ( |
||
application | ||
file | string | |
appName | string | |
variables | SortedDictionary |
|
return | System.Threading.Tasks.Task |
public LoadAsync ( |
||
site | ||
count | long | |
file | string | |
siteFolder | string | |
return | Task |
public LocalhostTestAsync ( string path, string random ) : Task |
||
path | string | |
random | string | |
return | Task |
protected PostCommitChangesAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public SaveAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public SaveAsync ( |
||
application | ||
return | System.Threading.Tasks.Task |
public SaveCertificateAsync ( string text ) : Task |
||
text | string | |
return | Task |
public SetCertificate ( string certificate ) : void | ||
certificate | string | |
return | void |