CLASS HttpClientWrapper
- Namespace: SuCoS.Commands
- Source File: HttpClientWrapper.cs
Default implementation of IHttpClientWrapper
Public Methods
GetAsync
public Task<HttpResponseMessage> GetAsync(Uri uri)
Sends a GET request to the specified URI
Parameters:
uri(Uri): The URI to send the request to
Returns: Task<HttpResponseMessage>
- The HTTP response message