Class HttpClientProxy<TRemoteService>
Inheritance
HttpClientProxy<TRemoteService>
Assembly: Volo.Abp.Http.Client.dll
Syntax
public class HttpClientProxy<TRemoteService> : 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
Extension Methods