DeclarativeWorkflowOptions.HttpRequestHandler Property
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.
Gets or sets the HTTP request handler for executing HttpRequestAction actions within workflows.
If not set, HTTP request actions will fail with an appropriate error message.
public Microsoft.Agents.AI.Workflows.Declarative.IHttpRequestHandler? HttpRequestHandler { get; init; }
member this.HttpRequestHandler : Microsoft.Agents.AI.Workflows.Declarative.IHttpRequestHandler with get, set
Public Property HttpRequestHandler As IHttpRequestHandler