11 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?)"/>. 96/// or <see cref="ResourceBuilderExtensions.WithHttpCommand{TResource}(IResourceBuilder{TResource}, string, string, Func{EndpointReference}?, string?, HttpCommandOptions?)"/>.
ResourceBuilderExtensions.cs (1)
3603=> builder.WithHttpCommand(
Aspire.Hosting.Tests (2)
WithHttpCommandTests.cs (2)
185container.WithHttpCommand("/some-path", "Do The Thing", () => container.GetEndpoint("nonhttp")); 614.WithHttpCommand("/status/200", "Do The Thing", commandName: "mycommand",
Stress.AppHost (6)
CommandResources.cs (6)
921largeTelemetryCommands.WithHttpCommand( 926largeTelemetryCommands.WithHttpCommand( 931largeTelemetryCommands.WithHttpCommand( 936largeTelemetryCommands.WithHttpCommand( 941largeTelemetryCommands.WithHttpCommand( 946largeTelemetryCommands.WithHttpCommand(