FoundryCallIdHandler Constructors
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.
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.