Click or drag to resize

BackgroundCopyJobHttpOptions Class

Allows to specify client certificates for certificate-based client authentication and custom headers for HTTP requests.
Inheritance Hierarchy
SystemObject
  usis.Net.BitsBackgroundCopyJobHttpOptions

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 BackgroundCopyJobHttpOptions

The BackgroundCopyJobHttpOptions type exposes the following members.

Properties
  NameDescription
Public propertyClientCertificate
Gets the client certificate to use for authentication in an HTTPS (SSL) request.
Public propertyCustomHeaders
Gets or sets custom HTTP headers to include in HTTP requests.
Public propertySecurityOptions
Gets or sets flags for HTTP that determine whether the certificate revocation list is checked and certain certificate errors are ignored, and the policy to use when a server redirects the HTTP request.
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 methodRemoveClientCertificate
Removes the client certificate from the job.
Public methodSetClientCertificateById
Specifies the identifier of the client certificate to use for client authentication in an HTTPS (SSL) request.
Public methodSetClientCertificateByName
Specifies the subject name of the client certificate to use for client authentication in an HTTPS (SSL) request.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also