Skip to main content

Interface IHttpClientManager

Namespace: Workspace.XBR.Xperiflow.Utilities.Http

Assembly: Xperiflow.dll

Declaration
public interface IHttpClientManager

Methods

GetHttpClient(string, bool)

Declaration
HttpClient GetHttpClient(string baseUrl, bool useShortTimeout)
Returns

System.Net.Http.HttpClient

Parameters
TypeName
System.StringbaseUrl
System.BooleanuseShortTimeout

Was this page helpful?