Table of Contents

Class CachedHttpClient

Namespace
Phoesion.Glow.SDK.Client.REST
Assembly
Phoesion.Glow.SDK.Client.REST.dll
public class CachedHttpClient : HttpClient, IDisposable
Inheritance
object
CachedHttpClient
Implements
Inherited Members

Constructors

CachedHttpClient()

public CachedHttpClient()

CachedHttpClient(HttpMessageHandler)

public CachedHttpClient(HttpMessageHandler handler)

Parameters

handler HttpMessageHandler

Methods

Dispose(bool)

Releases the unmanaged resources used by the HttpClient and optionally disposes of the managed resources.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true to release both managed and unmanaged resources; false to releases only unmanaged resources.