IISExpressDeployer Class¶
Deployment helper for IISExpress.
- Namespace
Microsoft.AspNetCore.Server.Testing- Assemblies
- Microsoft.AspNetCore.Server.Testing
Syntax¶
public class IISExpressDeployer : ApplicationDeployer, IApplicationDeployer, IDisposable
-
class
Microsoft.AspNetCore.Server.Testing.IISExpressDeployer
Constructors¶
-
IISExpressDeployer(Microsoft.AspNetCore.Server.Testing.DeploymentParameters, Microsoft.Extensions.Logging.ILogger)¶ public IISExpressDeployer(DeploymentParameters deploymentParameters, ILogger logger)
-
Methods¶
-
Deploy()¶ Return type: Microsoft.AspNetCore.Server.Testing.DeploymentResult public override DeploymentResult Deploy()
-
Dispose()¶ public override void Dispose()
-