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