1 implementation of StatusCode
dotnet-openapi (1)
HttpClientWrapper.cs (1)
53public HttpStatusCode StatusCode => _response.StatusCode;
2 references to StatusCode
dotnet-openapi (2)
Commands\BaseCommand.cs (2)
286throw new ArgumentException($"The given url returned '{response.StatusCode}', indicating failure. The url might be wrong, or there might be a networking issue."); 313if (response.StatusCode == HttpStatusCode.ServiceUnavailable)