Class AbpMauiBlazorClientHttpMessageHandler
Inheritance
AbpMauiBlazorClientHttpMessageHandler
Assembly: Volo.Abp.AspNetCore.Components.MauiBlazor.dll
Syntax
public class AbpMauiBlazorClientHttpMessageHandler : DelegatingHandler, IDisposable, ITransientDependency
Constructors
AbpMauiBlazorClientHttpMessageHandler(IClientScopeServiceProviderAccessor, IMauiBlazorSelectedLanguageProvider)
Declaration
public AbpMauiBlazorClientHttpMessageHandler(IClientScopeServiceProviderAccessor clientScopeServiceProviderAccessor, IMauiBlazorSelectedLanguageProvider mauiBlazorSelectedLanguageProvider)
Parameters
Methods
SendAsync(HttpRequestMessage, CancellationToken)
Declaration
protected override Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
Parameters
Returns
Overrides
Implements
Extension Methods