DeploymentBaseContext Class
IIS 7.0
Contains properties and methods that define the base context of a deployment operation.
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
The DeploymentBaseContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AuthenticationType | Gets or sets a string that determines the type of authentication to use in the deployment operation. |
![]() | CommitContext | Gets the context of a deployment commit operation. |
![]() | ComputerName | Gets the name of the computer. |
![]() | EncryptPassword | Gets the encrypted password. |
![]() | IncludeAcls | Gets a value that indicates whether security descriptors will be added to the deployment context. |
![]() | IsDestinationObject | Gets a value that determines if the current instance is a destination object. |
![]() | Password | Gets the password used to access the deployment location. |
![]() | PrefetchPayload | Gets a value that indicates whether a deployment request contains a prefetch payload. |
![]() | RetryAttempts | Gets the number of times to attempt a deployment operation. |
![]() | RetryInterval | Gets the interval, in milliseconds, to wait between retry attempts. |
![]() | UserName | Gets the username used to access the deployment location. |
![]() | WebServerConfiguration |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetState | Gets the value of data from the internal state table. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RaiseEvent | Raises a deployment trace event with the specified arguments. |
![]() | SetState | Sets a value in the internal state table. |
![]() | ToString | (Inherited from Object.) |
Show:
