Share via


HttpCommandRequestContext Class

Definition

public sealed class HttpCommandRequestContext
type HttpCommandRequestContext = class
Public NotInheritable Class HttpCommandRequestContext
Inheritance
HttpCommandRequestContext

Constructors

HttpCommandRequestContext()

Properties

CancellationToken

The cancellation token.

Endpoint

The endpoint the request is targeting.

HttpClient

The HTTP client to use for the request.

Request

The HTTP request message.

ResourceName

The name of the resource the command was configured on.

ServiceProvider

The service provider.

Applies to