Click or drag to resize

BackgroundCopyAuthenticationTarget Enumeration

Defines the constant values that specify whether the credentials are used for proxy or server user authentication requests.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public enum BackgroundCopyAuthenticationTarget
Members
  Member nameValueDescription
None0 Undefined
Server1 Use credentials for server requests.
Proxy2 Use credentials for proxy requests.
See Also