Click or drag to resize

BackgroundCopyJobProxySettings Constructor

Initializes a new instance of the BackgroundCopyJobProxySettings class.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public BackgroundCopyJobProxySettings(
	BackgroundCopyJobProxyUsage proxyUsage,
	string proxyList,
	string proxyBypassList
)

Parameters

proxyUsage
Type: usis.Net.BitsBackgroundCopyJobProxyUsage
The proxy to use for file transfer.
proxyList
Type: SystemString
A list of one or more proxies to use to transfer files.
proxyBypassList
Type: SystemString
An optional list of host names or IP addresses, or both, that were not routed through the proxy.
See Also