| ProxyCredentials Constructor (Boolean, Uri, UserCredentials) |
Constructor
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax public ProxyCredentials(
bool useProxy,
Uri server,
UserCredentials proxyUser
)
Public Sub New (
useProxy As Boolean,
server As Uri,
proxyUser As UserCredentials
)
public:
ProxyCredentials(
bool useProxy,
Uri^ server,
UserCredentials^ proxyUser
)
new :
useProxy : bool *
server : Uri *
proxyUser : UserCredentials -> ProxyCredentials
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