Show / Hide Table of Contents

Class DynamicHttpClientProxyConfig

Inheritance
System.Object
DynamicHttpClientProxyConfig
Namespace: Volo.Abp.Http.Client.DynamicProxying
Assembly: Volo.Abp.Http.Client.dll
Syntax
public class DynamicHttpClientProxyConfig : object

Constructors

DynamicHttpClientProxyConfig(Type, String)

Declaration
public DynamicHttpClientProxyConfig(Type type, string remoteServiceName)
Parameters
Type Name Description
Type type
System.String remoteServiceName

Properties

RemoteServiceName

Declaration
public string RemoteServiceName { get; }
Property Value
Type Description
System.String

Type

Declaration
public Type Type { get; }
Property Value
Type Description
Type

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft