Click or drag to resize

BackgroundCopyJobProxySettings Class

Provides the proxy information that the job uses to transfer the files.
Inheritance Hierarchy
SystemObject
  usis.Net.BitsBackgroundCopyJobProxySettings

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public sealed class BackgroundCopyJobProxySettings

The BackgroundCopyJobProxySettings type exposes the following members.

Constructors
  NameDescription
Public methodBackgroundCopyJobProxySettings
Initializes a new instance of the BackgroundCopyJobProxySettings class.
Top
Properties
  NameDescription
Public propertyProxyBypassList
Gets or sets an optional list of host names or IP addresses, or both, that were not routed through the proxy.
Public propertyProxyList
Gets or sets a list of one or more proxies to use to transfer files.
Public propertyProxyUsage
Gets or sets the proxy to use for file transfer.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also