Proxy CredentialsUse Proxy Server 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: 2026.1.20.0
By default, this is false and ProxyServer and Credentials will be ignored.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool UseProxyServer { get; set; }VB
Public Property UseProxyServer As Boolean
Get
SetC++
public:
property bool UseProxyServer {
bool get ();
void set (bool value);
}F#
member UseProxyServer : bool with get, setProperty Value
BooleanBy default, this is false and ProxyServer and Credentials will be ignored.