DeploymentLocation(Uri, UserCredentials, ProxyCredentials) Constructor

Constructor

Definition

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public DeploymentLocation(
	Uri deployTo,
	UserCredentials user,
	ProxyCredentials proxy
)

Parameters

deployTo  Uri
The deployment location
user  UserCredentials
The user credentials, if any
proxy  ProxyCredentials
The proxy credentials, if any

See Also