Share via


HttpCommandResultContext Class

Definition

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

Constructors

HttpCommandResultContext()

Properties

CancellationToken

The cancellation token.

Endpoint

The endpoint the request is targeting.

HttpClient

The HTTP client that was used for the request.

ResourceName

The name of the resource the command was configured on.

Response

The HTTP response message.

ServiceProvider

The service provider.

Applies to