Info
Version: | 4.0.3 |
Author(s): | Gigya Inc. |
Last Update: | Thursday, November 18, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/gigya/microdot/blob/master/LICENSE.md |
NuGet Url: | https://www.nuget.org/packages/Gigya.Microdot.ServiceProxy |
Install
Install-Package Gigya.Microdot.ServiceProxy
dotnet add package Gigya.Microdot.ServiceProxy
paket add Gigya.Microdot.ServiceProxy
Gigya.Microdot.ServiceProxy Download (Unzip the "nupkg" after downloading)
Dependencies
- Gigya.ServiceContract(>= 2.7.1 && < 3.0.0)
- Metrics.NET(>= 0.5.5 && < 1.0.0)
- Newtonsoft.Json(>= 10.0.3)
- Nito.AsyncEx(>= 4.0.1 && < 5.0.0)
- System.Collections.Immutable(>= 1.6.0)
- System.Threading.Tasks.Dataflow(>= 4.10.0 && < 5.0.0)
- System.ValueTuple(>= 4.5.0)
- Gigya.Microdot.ServiceDiscovery(>= 2.2.2 && <= 2.2.2)
- Gigya.Microdot.SharedLogic(>= 2.2.2 && <= 2.2.2)
- Gigya.Microdot.Interfaces(>= 2.2.2 && <= 2.2.2)
Tags
It is a
runtime-generated transparent proxy which implements the remote service's
public interface, translating all calls performed on it to HTTP calls.
Part of the Microdot framework.