Class AbpHttpClientBuilderOptions
Inheritance
object
AbpHttpClientBuilderOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Http.Client
Assembly: Volo.Abp.Http.Client.dll
Syntax
public class AbpHttpClientBuilderOptions
Constructors
AbpHttpClientBuilderOptions()
Declaration
public AbpHttpClientBuilderOptions()
Properties
ProxyClientActions
Declaration
public List<Action<string, IServiceProvider, HttpClient>> ProxyClientActions { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><Action<string, System.IServiceProvider, System.Net.Http.HttpClient>> |
ProxyClientBuildActions
Declaration
public List<Action<string, IHttpClientBuilder>> ProxyClientBuildActions { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><System.Action<T1, T2><string, IHttpClientBuilder>> |
ProxyClientHandlerActions
Declaration
public List<Action<string, IServiceProvider, HttpClientHandler>> ProxyClientHandlerActions { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><Action<string, System.IServiceProvider, System.Net.Http.HttpClientHandler>> |