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