 | 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)
Syntaxpublic BackgroundCopyJobHttpOptions HttpOptions { get; }
Public ReadOnly Property HttpOptions As BackgroundCopyJobHttpOptions
Get
public:
property BackgroundCopyJobHttpOptions^ HttpOptions {
BackgroundCopyJobHttpOptions^ get ();
}
member HttpOptions : BackgroundCopyJobHttpOptions with get
Property Value
Type:
BackgroundCopyJobHttpOptions
The HTTP options.
See Also