mirror of
https://github.com/actions/runner.git
synced 2025-12-12 23:46:12 +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 System.Threading.Tasks;
|
||||||
using GitHub.Services.Results.Contracts;
|
using GitHub.Services.Results.Contracts;
|
||||||
using System.Net.Http.Formatting;
|
using System.Net.Http.Formatting;
|
||||||
using Sdk.WebApi.WebApi;
|
using GitHub.Services.WebApi;
|
||||||
|
|
||||||
namespace GitHub.Services.Results.Client
|
namespace GitHub.Services.Results.Client
|
||||||
{
|
{
|
||||||
public class ResultsHttpClient : RawHttpClientBase
|
public class ResultsHttpClient : VssHttpClientBase
|
||||||
{
|
{
|
||||||
public ResultsHttpClient(
|
public ResultsHttpClient(
|
||||||
Uri baseUrl,
|
Uri baseUrl,
|
||||||
|
|||||||
Reference in New Issue
Block a user