6 writes to HttpClientName
Aspire.Hosting.Tests (6)
WithHttpCommandTests.cs (6)
189service.WithHttpCommand($"/status/{statusCode}", "Do The Thing", commandName: "mycommand", commandOptions: new() { HttpClientName = "commandclient" });
221service.WithHttpCommand("/get-only", "Do The Thing", commandName: "mycommand", commandOptions: new() { Method = method, HttpClientName = "commandclient" });
246service.WithHttpCommand("/get-only", "Do The Thing", commandName: "mycommand", commandOptions: new() { HttpClientName = "commandclient" });
291commandOptions: new() { HttpClientName = "commandclient" });
330HttpClientName = "commandclient",
374HttpClientName = "commandclient",
5 references to HttpClientName
Aspire.Hosting (5)