Show / Hide Table of Contents

Class UnsafeS3HttpClientFactory

Crete a S3 Http Factory that will not check the SSL certificate.

Inheritance
object
HttpClientFactory
S3HttpClientFactory
UnsafeS3HttpClientFactory
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 UnsafeS3HttpClientFactory : S3HttpClientFactory

Constructors

UnsafeS3HttpClientFactory()

UnsafeS3HttpClientFactory Constructor.

Declaration
[Obsolete("This function is not implemented in the .NET framework 4.5")]
public UnsafeS3HttpClientFactory()

Methods

CreateClientHandler()

Create an UnsafeClientHandler

Declaration
protected override HttpClientHandler CreateClientHandler()
Returns
Type Description
HttpClientHandler

A Http Client Handler with no SSL certificate check.

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