Show / Hide Table of Contents

Class CustomCAS3HttpClientFactory

Crete a S3 Http Client Handler Factory that can accept custom SSL certificate given.

Inheritance
object
HttpClientFactory
S3HttpClientFactory
CustomCAS3HttpClientFactory
Inherited Members
S3HttpClientFactory.CreateHttpClient(IClientConfig)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class CustomCAS3HttpClientFactory : S3HttpClientFactory

Constructors

CustomCAS3HttpClientFactory(IEnumerable<X509Certificate2>)

Create a storage httpClient custom certificate check factory from certificate objects

Declaration
[Obsolete("This function is not implemented in the .NET framework 4.5")]
public CustomCAS3HttpClientFactory(IEnumerable<X509Certificate2> localCertificates)
Parameters
Type Name Description
IEnumerable<X509Certificate2> localCertificates

X509 certificates objects

CustomCAS3HttpClientFactory(params string[])

Create a storage httpClient custom certificate check factory from certificate path

Declaration
[Obsolete("This function is not implemented in the .NET framework 4.5")]
public CustomCAS3HttpClientFactory(params string[] localCertPaths)
Parameters
Type Name Description
string[] localCertPaths

Certificates paths.

Methods

CreateClientHandler()

Create an CustomCAClientHandler

Declaration
protected override HttpClientHandler CreateClientHandler()
Returns
Type Description
HttpClientHandler

A Http Client Handler that can accept the custom SSL certificate given.

Overrides
S3HttpClientFactory.CreateClientHandler()
In this article
Back to top Generated by DocFX