Skip to content
DocsTry Aspire
DocsTry

HttpCommandResultContext Properties

ClassProperties6 members
CancellationTokenSection titled CancellationTokenCancellationToken
The cancellation token.
public CancellationToken CancellationToken { get; init; }
The endpoint the request is targeting.
public EndpointReference Endpoint { get; init; }
HttpClientSection titled HttpClientHttpClient
The HTTP client that was used for the request.
public HttpClient HttpClient { get; init; }
ResourceNameSection titled ResourceNamestring
The name of the resource the command was configured on.
public string ResourceName { get; init; }
ResponseSection titled ResponseHttpResponseMessage
The HTTP response message.
public HttpResponseMessage Response { get; init; }
ServiceProviderSection titled ServiceProviderIServiceProvider
The service provider.
public IServiceProvider ServiceProvider { get; init; }