Show / Hide Table of Contents

Class HttpClientProxy<TRemoteService>

Inheritance
System.Object
HttpClientProxy<TRemoteService>
Implements
IHttpClientProxy<TRemoteService>
Namespace: Volo.Abp.Http.Client.DynamicProxying
Assembly: Volo.Abp.Http.Client.dll
Syntax
public class HttpClientProxy<TRemoteService> : object, IHttpClientProxy<TRemoteService>
Type Parameters
Name Description
TRemoteService

Constructors

HttpClientProxy(TRemoteService)

Declaration
public HttpClientProxy(TRemoteService service)
Parameters
Type Name Description
TRemoteService service

Properties

Service

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

Implements

IHttpClientProxy<TRemoteService>

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