FoundryCallIdHandler Constructors

Definition

Overloads

Name Description
FoundryCallIdHandler()

Initializes a new instance of FoundryCallIdHandler.

FoundryCallIdHandler(HttpMessageHandler)

Initializes a new instance of FoundryCallIdHandler with an inner handler.

FoundryCallIdHandler()

Source:
FoundryCallIdHandler.cs

Initializes a new instance of FoundryCallIdHandler.

public FoundryCallIdHandler();
Public Sub New ()

Applies to

FoundryCallIdHandler(HttpMessageHandler)

Source:
FoundryCallIdHandler.cs

Initializes a new instance of FoundryCallIdHandler with an inner handler.

public FoundryCallIdHandler(System.Net.Http.HttpMessageHandler innerHandler);
new Azure.AI.AgentServer.Core.FoundryCallIdHandler : System.Net.Http.HttpMessageHandler -> Azure.AI.AgentServer.Core.FoundryCallIdHandler
Public Sub New (innerHandler As HttpMessageHandler)

Parameters

innerHandler
HttpMessageHandler

The inner handler to delegate to.

Applies to