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)
185
container.
WithHttpCommand
("/some-path", "Do The Thing", () => container.GetEndpoint("nonhttp"));
614
.
WithHttpCommand
("/status/200", "Do The Thing", commandName: "mycommand",
Stress.AppHost (6)
CommandResources.cs (6)
921
largeTelemetryCommands.
WithHttpCommand
(
926
largeTelemetryCommands.
WithHttpCommand
(
931
largeTelemetryCommands.
WithHttpCommand
(
936
largeTelemetryCommands.
WithHttpCommand
(
941
largeTelemetryCommands.
WithHttpCommand
(
946
largeTelemetryCommands.
WithHttpCommand
(