Interface IInterceptorAccess
Type independent way to access the underlying interceptor.
Namespace: Solti.Utils.Proxy.Internals
Assembly: Solti.Utils.Proxy.dll
Syntax
public interface IInterceptorAccess
Remarks
This interface is used by the generated proxies only therefore it is considered internal. User code should not depend on it.
Properties
Interceptor
The interceptor instance
Declaration
IInterceptor Interceptor { get; set; }
Property Value
Type | Description |
---|---|
IInterceptor |