Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the proxy settings for a BITS job. For more information about the arguments for this method, see IBackgroundCopyJob::SetProxySettings method.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void SetProxySettings(
BitsJobProxyUsage proxyUsage,
string proxyList,
string proxyBypassList
)
public:
void SetProxySettings(
BitsJobProxyUsage proxyUsage,
String^ proxyList,
String^ proxyBypassList
)
Public Sub SetProxySettings (
proxyUsage As BitsJobProxyUsage,
proxyList As String,
proxyBypassList As String
)
Parameters
proxyUsage
Type: Microsoft.ConfigurationManagement.Messaging.Framework.Bits.BitsJobProxyUsageProxy usage for the job.
proxyList
Type: System.StringSpace-delimited list of proxy servers to use. This must be null if proxyUsage is PreConfig, NoProxy, or AutoDetect.
proxyBypassList
Type: System.StringSpace-delimited set of bypass proxies. This must be null if proxyUsage is PreConfig, NoProxy, or AutoDetect.
See Also
BitsJob Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top