8 writes to PrepareRequest
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
3817
commandOptions.
PrepareRequest
= async context =>
Aspire.Hosting.Foundry (1)
HostedAgent\HostedAgentBuilderExtension.cs (1)
346
PrepareRequest
= ctx =>
Aspire.Hosting.Tests (4)
WithHttpCommandTests.cs (4)
134
PrepareRequest
= context =>
536
PrepareRequest
= context =>
660
PrepareRequest
= requestContext =>
758
PrepareRequest
= requestContext =>
Stress.AppHost (1)
CommandResources.cs (1)
973
PrepareRequest
= context =>
TestShop.AppHost (1)
AppHost.cs (1)
48
PrepareRequest
= requestContext =>
4 references to PrepareRequest
Aspire.Hosting (4)
ResourceBuilderExtensions.cs (4)
3555
/// The <see cref="HttpCommandOptions.
PrepareRequest
"/> callback will be invoked to configure the request before it is sent. This can be used to add headers or a request payload
3649
/// The <see cref="HttpCommandOptions.
PrepareRequest
"/> callback will be invoked to configure the request before it is sent. This can be used to add headers or a request payload
3725
if (commandOptions.
PrepareRequest
is not null)
3737
await commandOptions.
PrepareRequest
(requestContext).ConfigureAwait(false);