Info
Version: | 1.0.127-GenericMethods |
Author(s): | See GitHub contributors list |
Last Update: | Friday, July 28, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/BrunoJuchli/StaticProxy.Fody |
NuGet Url: | https://www.nuget.org/packages/StaticProxy.Interceptor |
Install
Install-Package StaticProxy.Interceptor
dotnet add package StaticProxy.Interceptor
paket add StaticProxy.Interceptor
StaticProxy.Interceptor Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.0)
Tags
Implement your interceptors by inheriting from the IDynamicInterceptor interface. Use one of the integration packages to configure interception and instanciate the proxies.
See the project page for more information!.