Class HttpClientFactory
A factory class to be compliant with the net45 framework.
Inherited Members
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 |