BackgroundCopyJobHttpOptions Class |
Namespace: usis.Net.Bits
The BackgroundCopyJobHttpOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ClientCertificate |
Gets the client certificate to use for authentication in an HTTPS (SSL) request.
| |
| CustomHeaders |
Gets or sets custom HTTP headers to include in HTTP requests.
| |
| SecurityOptions |
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.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| RemoveClientCertificate |
Removes the client certificate from the job.
| |
| SetClientCertificateById |
Specifies the identifier of the client certificate
to use for client authentication in an HTTPS (SSL) request.
| |
| SetClientCertificateByName |
Specifies the subject name of the client certificate
to use for client authentication in an HTTPS (SSL) request.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |