3 references to WithHttpCommand
Aspire.Hosting (1)
ApplicationModel\HttpCommandContext.cs (1)
9
/// or <see cref="ResourceBuilderExtensions.
WithHttpCommand
{TResource}(IResourceBuilder{TResource}, string, string, Func{EndpointReference}?, string?, HttpCommandOptions?)"/>.
Aspire.Hosting.Tests (2)
WithHttpCommandTests.cs (2)
69
container.
WithHttpCommand
("/some-path", "Do The Thing", () => container.GetEndpoint("nonhttp"));
282
.
WithHttpCommand
("/status/200", "Do The Thing", commandName: "mycommand",