Method | Description | |
---|---|---|
Dispose ( ) : void | ||
FreeTcpPort ( ) : int | ||
IisConfiguration ( string websitePath, Microsoft.Build.Utilities.TaskLoggingHelper log ) : System | ||
StartWebsites ( ) : System.Diagnostics.Process[] |
Method | Description | |
---|---|---|
CreateConfigFile ( string websitePath, int websitePort ) : void | ||
GetIISExpressExePath ( ) : string | ||
LoadTemplateConfigXml ( ) : System.Xml.Linq.XDocument | ||
SiteElement ( int id, string name, string physicalPath, int port ) : System.Xml.Linq.XElement | ||
UniqueConfigFilename ( string witnessRootDirectory ) : string |
public IisConfiguration ( string websitePath, Microsoft.Build.Utilities.TaskLoggingHelper log ) : System | ||
websitePath | string | |
log | Microsoft.Build.Utilities.TaskLoggingHelper | |
return | System |
public StartWebsites ( ) : System.Diagnostics.Process[] | ||
return | System.Diagnostics.Process[] |