DeploymentBaseContext Class

Definition

Contains properties and methods that define the base context of a deployment operation.

public ref class DeploymentBaseContext
public class DeploymentBaseContext
type DeploymentBaseContext = class
Public Class DeploymentBaseContext
Inheritance
DeploymentBaseContext

Properties

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

Methods

GetState(String)

Gets the value of data from the internal state table.

RaiseEvent(DeploymentTraceEventArgs)

Raises a deployment trace event with the specified arguments.

SetState(String, Object)

Sets a value in the internal state table.

Applies to