IHttpRequestHandler Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the contract for executing HTTP requests emitted by HttpRequestAction within declarative workflows.
public interface IHttpRequestHandler
type IHttpRequestHandler = interface
Public Interface IHttpRequestHandler
- Derived
Remarks
This interface allows the HTTP request dispatch to be abstracted, enabling different implementations for local development, hosted workflows, authenticated scenarios, and testing.
Methods
| Name | Description |
|---|---|
| SendAsync(HttpRequestInfo, CancellationToken) |
Sends an HTTP request and returns the response. |