Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
IisExpress ( string path, int port ) : System |
Initializes a new instance of the IISExpressHost class.
|
|
Quit ( ) : void |
Kills the IISExpress application based on the assigned pId
|
|
Start ( |
Starts the given cancellation token.
|
|
Stop ( ) : Task |
Gets the stop.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the Web.UI.Tests.IISExpress.IISExpressHost and optionally releases the managed resources.
|
Méthode | Description | |
---|---|---|
SendStopMessageToProcess ( int pid ) : void |
Sends a stop message to process.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | /// true to release both managed and unmanaged resources; false to release only unmanaged /// resources. /// |
Résultat | void |
public IisExpress ( string path, int port ) : System | ||
path | string | The full path to the targeted web project |
port | int | The port assigned by ProcessFactory.GetAvailablePort() |
Résultat | System |
public Start ( |
||
cancellationToken | The cancellation token. | |
Résultat | Task |