Class AbpMauiBlazorClientHttpMessageHandler
Inheritance
object
System.Net.Http.HttpMessageHandler
System.Net.Http.DelegatingHandler
AbpMauiBlazorClientHttpMessageHandler
Inherited Members
System.Net.Http.DelegatingHandler.Send(System.Net.Http.HttpRequestMessage, System.Threading.CancellationToken)
System.Net.Http.DelegatingHandler.Dispose(bool)
System.Net.Http.DelegatingHandler.InnerHandler
System.Net.Http.HttpMessageHandler.Dispose()
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Components.MauiBlazor
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
| Type | Name | Description |
|---|---|---|
| IClientScopeServiceProviderAccessor | clientScopeServiceProviderAccessor | |
| IMauiBlazorSelectedLanguageProvider | mauiBlazorSelectedLanguageProvider |
Methods
SendAsync(HttpRequestMessage, CancellationToken)
Declaration
protected override Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Net.Http.HttpRequestMessage | request | |
| System.Threading.CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><System.Net.Http.HttpResponseMessage> |
Overrides
System.Net.Http.DelegatingHandler.SendAsync(System.Net.Http.HttpRequestMessage, System.Threading.CancellationToken)
Implements
System.IDisposable