Click or drag to resize

BackgroundCopyJobHttpOptions Property

Gets the HTTP options to specify client certificates for certificate-based client authentication and custom headers for HTTP 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 BackgroundCopyJobHttpOptions HttpOptions { get; }

Property Value

Type: BackgroundCopyJobHttpOptions
The HTTP options.
See Also