ProxyCredentialsUseProxyServer Property

This is used to set or get the flag indicating whether or not to use the proxy server

Definition

Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public bool UseProxyServer { get; set; }

Property Value

Boolean
By default, this is false and ProxyServer and Credentials will be ignored.

See Also