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 |