Метод | Описание | |
---|---|---|
Start ( ) : void |
Starts the IISExpress process that hosts the test site.
|
|
Stop ( ) : void |
Stops the IISExpress process that hosts the test site.
|
|
TestSiteServer ( string physicalSitePath, TestSiteServerOptions options ) : System |
Creates a new test site server that hosts the application located on the given physicalSitePath using options defined in options.
|
Метод | Описание | |
---|---|---|
CreateApplicationHostConfig ( ) : string | ||
GetApplicationHostConfigTemplate ( ) : string | ||
PostMessage ( |
||
StartIisExpress ( ) : void |
public TestSiteServer ( string physicalSitePath, TestSiteServerOptions options ) : System | ||
physicalSitePath | string | |
options | TestSiteServerOptions | |
Результат | System |