2 implementations of IHttpClientWrapper
dotnet-openapi (1)
HttpClientWrapper.cs (1)
15public class HttpClientWrapper : IHttpClientWrapper
Microsoft.DotNet.Open.Api.Tools.Tests (1)
OpenApiTestBase.cs (1)
122public sealed class TestHttpClientWrapper : IHttpClientWrapper
10 references to IHttpClientWrapper
dotnet-openapi (9)
Application.cs (1)
23IHttpClientWrapper httpClient,
Commands\AddCommand.cs (1)
13public AddCommand(Application parent, IHttpClientWrapper httpClient)
Commands\AddFileCommand.cs (1)
20public AddFileCommand(AddCommand parent, IHttpClientWrapper httpClient)
Commands\AddProjectCommand.cs (1)
18public AddProjectCommand(BaseCommand parent, IHttpClientWrapper httpClient)
Commands\AddURLCommand.cs (1)
19public AddURLCommand(AddCommand parent, IHttpClientWrapper httpClient)
Commands\BaseCommand.cs (2)
22protected readonly IHttpClientWrapper _httpClient; 34public BaseCommand(CommandLineApplication parent, string name, IHttpClientWrapper httpClient)
Commands\RefreshCommand.cs (1)
20public RefreshCommand(Application parent, IHttpClientWrapper httpClient) : base(parent, CommandName, httpClient)
Commands\RemoveCommand.cs (1)
20public RemoveCommand(Application parent, IHttpClientWrapper httpClient) : base(parent, CommandName, httpClient)
Microsoft.DotNet.Open.Api.Tools.Tests (1)
OpenApiTestBase.cs (1)
77IHttpClientWrapper wrapper;