MemoryBuilder.WithHttpClient(HttpClient) Method
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.
Add an HttpClient.
public Microsoft.SemanticKernel.Memory.MemoryBuilder WithHttpClient (System.Net.Http.HttpClient httpClient);
member this.WithHttpClient : System.Net.Http.HttpClient -> Microsoft.SemanticKernel.Memory.MemoryBuilder
Public Function WithHttpClient (httpClient As HttpClient) As MemoryBuilder
Parameters
- httpClient
- HttpClient
HttpClient to add.
Returns
Updated Memory builder including the client.