Show / Hide Table of Contents

Class HttpClientFactory

A factory class to be compliant with the net45 framework.

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

Constructors

HttpClientFactory()

HttpClientFactory constructor. Throw an exception if called.

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

Methods

CreateHttpClient(IClientConfig)

Create and configure an HttpClient.

Declaration
public abstract HttpClient CreateHttpClient(IClientConfig clientConfig)
Parameters
Type Name Description
IClientConfig clientConfig
Returns
Type Description
HttpClient

Http client

In this article
Back to top Generated by DocFX