Class AbpBlazorClientHttpMessageHandler
Inheritance
AbpBlazorClientHttpMessageHandler
Assembly: Volo.Abp.AspNetCore.Components.Web.dll
Syntax
public class AbpBlazorClientHttpMessageHandler : DelegatingHandler, IDisposable, ITransientDependency
Constructors
AbpBlazorClientHttpMessageHandler(IJSRuntime, ICookieService, NavigationManager, IClientScopeServiceProviderAccessor)
Declaration
public AbpBlazorClientHttpMessageHandler(IJSRuntime jsRuntime, ICookieService cookieService, NavigationManager navigationManager, IClientScopeServiceProviderAccessor clientScopeServiceProviderAccessor)
Parameters
Methods
SendAsync(HttpRequestMessage, CancellationToken)
Declaration
protected override Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
Parameters
Returns
Overrides
Implements
Extension Methods