6 writes to HttpClientName
Aspire.Hosting.Tests (6)
WithHttpCommandTests.cs (6)
188service.WithHttpCommand($"/status/{statusCode}", "Do The Thing", commandName: "mycommand", commandOptions: new() { HttpClientName = "commandclient" });
220service.WithHttpCommand("/get-only", "Do The Thing", commandName: "mycommand", commandOptions: new() { Method = method, HttpClientName = "commandclient" });
245service.WithHttpCommand("/get-only", "Do The Thing", commandName: "mycommand", commandOptions: new() { HttpClientName = "commandclient" });
290commandOptions: new() { HttpClientName = "commandclient" });
329HttpClientName = "commandclient",
373HttpClientName = "commandclient",
5 references to HttpClientName
Aspire.Hosting (5)