Class UnsafeS3HttpClientFactory
Crete a S3 Http Factory that will not check the SSL certificate.
Inherited Members
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. |