DeploymentResult Class

Result of a deployment.

Namespace
Microsoft.AspNetCore.Server.Testing
Assemblies
  • Microsoft.AspNetCore.Server.Testing

Syntax

public class DeploymentResult
class Microsoft.AspNetCore.Server.Testing.DeploymentResult

Properties

Microsoft.AspNetCore.Server.Testing.DeploymentResult.ApplicationBaseUri

Base Uri of the deployment application.

Return type:System.String
public string ApplicationBaseUri { get; set; }
Microsoft.AspNetCore.Server.Testing.DeploymentResult.ContentRoot

The folder where the application is hosted. This path can be different from the original application source location if published before deployment.

Return type:System.String
public string ContentRoot { get; set; }
Microsoft.AspNetCore.Server.Testing.DeploymentResult.DeploymentParameters

Original deployment parameters used for this deployment.

Return type:Microsoft.AspNetCore.Server.Testing.DeploymentParameters
public DeploymentParameters DeploymentParameters { get; set; }
Microsoft.AspNetCore.Server.Testing.DeploymentResult.HostShutdownToken

Triggered when the host process dies or pulled down.

Return type:System.Threading.CancellationToken
public CancellationToken HostShutdownToken { get; set; }