Table of Contents

Class HttpClientManager

Namespace
Phoesion.Glow.SDK.Client.REST
Assembly
Phoesion.Glow.SDK.Client.REST.dll
public static class HttpClientManager
Inheritance
object
HttpClientManager

Methods

GetClient(string, Action<HttpClient>?)

public static CachedHttpClient GetClient(string baseUri, Action<HttpClient>? configure = null)

Parameters

baseUri string
configure Action<HttpClient>

Returns

CachedHttpClient