DeploymentBaseContext Class

IIS 7.0

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

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentBaseContext

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

public ref class DeploymentBaseContext

The DeploymentBaseContext type exposes the following members.

  NameDescription
Public propertyAuthenticationTypeGets or sets a string that determines the type of authentication to use in the deployment operation.
Public propertyCommitContextGets the context of a deployment commit operation.
Public propertyComputerNameGets the name of the computer.
Public propertyEncryptPasswordGets the encrypted password.
Public propertyIncludeAclsGets a value that indicates whether security descriptors will be added to the deployment context.
Public propertyIsDestinationObjectGets a value that determines if the current instance is a destination object.
Public propertyPasswordGets the password used to access the deployment location.
Public propertyPrefetchPayloadGets a value that indicates whether a deployment request contains a prefetch payload.
Public propertyRetryAttemptsGets the number of times to attempt a deployment operation.
Public propertyRetryIntervalGets the interval, in milliseconds, to wait between retry attempts.
Public propertyUserNameGets the username used to access the deployment location.
Public propertyWebServerConfiguration
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetStateGets the value of data from the internal state table.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRaiseEventRaises a deployment trace event with the specified arguments.
Public methodSetStateSets a value in the internal state table.
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: