Found 122 packages
A Lightweight Duck Casting Framework for dynamic C#
A dynamic lazy proxy is a class built in real time, that implemenets some interface T, takes to the constructor an argument Lazy of T and routes all invocations to the corresponding method or property of this argument. The real instance wrapped by Lazy of T is created only after the first invocation of method or property. It allows to distribute the loading from the class creation to the method or property invocation.
This is a class that implements the IWebProxy interface to act as an HTTP(S) proxy while connecting to a SOCKS5 server behind the scenes.
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.
Automatically implements the tedious part of the .NET EventSource classes. Also automatically converts any interface to an ETW trace point. Wrap your interfaces and get free ETW tracing. ** Now with .NET Standard 2.0 support! **
Massive Dynamic Proxy Generator is a library for generating lightweight .NET proxies on the fly at runtime. Proxy objects allow calls to members of an object to be intercepted without modifying the code of the class. Both classes and interfaces can be proxied, however only virtual members can be intercepted.
This project uses Source Generation to generate an interface and a Proxy class for classes. This makes it possible to wrap external classes which do not have an interface, in a Proxy class which makes it easier to Mock and use DI.
making interface type to runtime implemented interface concrete type
.NET proxy generator powered by Roslyn
Create rest service proxies based on decorated interfaces.
轻量级 AOP 动态代理,支持 .NetCore 或 .NetFramework4.0+ 平台。 - 支持 同步/异步方法拦截(DynamicProxy); - 支持 方法的参数值拦截,并支持修改参数值; - 支持 属性拦截; - 支持 多个拦截器同时生效; - 支持 依赖注入的使用方式; - 支持 动态接口实现(DynamicInterface);
PCL-compatible service proxy for consuming WCF/SOAP services. This proxy solves some common problems when dealing with SOAP-based Windows Communication Foundation services. Features: * Auto-closing of client * Automatic client and channel disposing * Handles all types of exceptions * Error tracing This library works with the "Add Service Reference" functionality, as well as using a custom interface.
Dinamically building a proxy type that implements interface by delegates.
Package Description
Description
Provides core interfaces/classes for use during proxy class generation with XrmToolkit.
Automatic INotifyPropertyChanged and IEditableObject interfaces over any object
ProxyFinder library that enables the automated discovery of the system web proxy through a simple interface.
The Exchange Web Services (EWS) Managed API provides a .NET Framework interface to EWS in Exchange Online, Exchange Online as part of Office 365, and versions of Exchange starting with Exchange Server 2007 Service Pack 1 (SP1). You can use this version of the EWS Managed API to evaluate the library for your application needs, to compare it to directly using XML or the auto generated proxy library, and to create production-ready applications.
Creates proxy objects from interfaces using IConfiguration and IConfigurationSection objects.