mirror of
https://github.com/actions/runner.git
synced 2025-12-11 04:46:58 +00:00
Use VssHttpClient instead of RawHttpClient (#2328)
This commit is contained in:
@@ -6,11 +6,11 @@ using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using GitHub.Services.Results.Contracts;
|
||||
using System.Net.Http.Formatting;
|
||||
using Sdk.WebApi.WebApi;
|
||||
using GitHub.Services.WebApi;
|
||||
|
||||
namespace GitHub.Services.Results.Client
|
||||
{
|
||||
public class ResultsHttpClient : RawHttpClientBase
|
||||
public class ResultsHttpClient : VssHttpClientBase
|
||||
{
|
||||
public ResultsHttpClient(
|
||||
Uri baseUrl,
|
||||
|
||||
Reference in New Issue
Block a user