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
Type | Name |
---|---|
System.String | baseUrl |
System.Boolean | useShortTimeout |