Skip to content
DocsTry Aspire
DocsTry

HttpCommandPrepareRequestContext

Handle
📦 Aspire.Hosting v13.5.0
interface HttpCommandPrepareRequestContext {
readonly arguments: InteractionInputCollection;
readonly cancellationToken: cancellationToken;
readonly endpoint: EndpointReference;
readonly resourceName: string;
}

Properties

propertyargumentsInteractionInputCollectionget
Gets the invocation arguments supplied by the client when the command is executed.
propertycancellationTokencancellationTokenget
The cancellation token.
propertyendpointEndpointReferenceget
The endpoint the request is targeting.
propertyresourceNamestringget
The name of the resource the command was configured on.