DeclarativeWorkflowOptions.HttpRequestHandler Property

Definition

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

Property Value

Applies to