HttpCommandResultContext Properties
Class Properties 6 members
Context passed to callback to configure
ExecuteCommandResult when using ResourceBuilderExtensions.WithHttpCommand or ResourceBuilderExtensions.WithHttpCommand. The cancellation token.
public CancellationToken CancellationToken { get; init; } The endpoint the request is targeting.
public EndpointReference Endpoint { get; init; } The HTTP client that was used for the request.
public HttpClient HttpClient { get; init; } The name of the resource the command was configured on.
public string ResourceName { get; init; } The HTTP response message.
public HttpResponseMessage Response { get; init; } The service provider.
public IServiceProvider ServiceProvider { get; init; }