ProxyCredentialsUseProxyServer Property

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

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public bool UseProxyServer { get; set; }

Property Value

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

See Also