CosmosDbContextOptionsBuilder.HttpClientFactory 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.
Configures the context to use a specific HttpClient factory.
public virtual Microsoft.EntityFrameworkCore.Infrastructure.CosmosDbContextOptionsBuilder HttpClientFactory (Func<System.Net.Http.HttpClient>? httpClientFactory);
abstract member HttpClientFactory : Func<System.Net.Http.HttpClient> -> Microsoft.EntityFrameworkCore.Infrastructure.CosmosDbContextOptionsBuilder
override this.HttpClientFactory : Func<System.Net.Http.HttpClient> -> Microsoft.EntityFrameworkCore.Infrastructure.CosmosDbContextOptionsBuilder
Public Overridable Function HttpClientFactory (httpClientFactory As Func(Of HttpClient)) As CosmosDbContextOptionsBuilder
Parameters
- httpClientFactory
- Func<HttpClient>
A function that returns an HttpClient.
Returns
Remarks
Use static lambda expressions to avoid creating multiple instances.
See Using DbContextOptions, and Accessing Azure Cosmos DB with EF Core for more information and examples.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Entity Framework