HttpCommandPrepareRequestContext
Handle
interface HttpCommandPrepareRequestContext { readonly arguments: InteractionInputCollection; readonly cancellationToken: cancellationToken; readonly endpoint: EndpointReference; readonly resourceName: string;}Properties
property
argumentsInteractionInputCollectiongetGets the invocation arguments supplied by the client when the command is executed.
property
cancellationTokencancellationTokengetThe cancellation token.
property
endpointEndpointReferencegetThe endpoint the request is targeting.
property
resourceNamestringgetThe name of the resource the command was configured on.