Click or drag to resize
Sandcastle Help File BuilderProxyCredentials Constructor (Boolean, Uri, UserCredentials)
Constructor

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax
public ProxyCredentials(
	bool useProxy,
	Uri server,
	UserCredentials proxyUser
)

Parameters

useProxy
Type: SystemBoolean
True to use default the proxy server, false to not use it
server
Type: SystemUri
The server name to use
proxyUser
Type: SandcastleBuilder.PlugInsUserCredentials
The user credentials to use for the proxy server
See Also