2 packages tagged with “serviceproxy”
ServiceProxy is used to call remote Microdot services. 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.
Create a static proxy for the service without changing the service implementation within the DI container; 在不更改 `DI` 容器内服务实现的前提下为服务创建静态代理;Use IReplacedServiceAccessor{TService} access the original service