Allows building call interceptors with strong-typed fluent interface
Declaring type: CallInterceptorHelper<T>
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Public Constructors
  Name Description
Public Method CallInterceptorHelper Creates CallInterceptorHelper instance
Collapse/Expand Public Methods
  Name Description
Public Method Add Creates new CallInterceptor for the given method and adds it to the interceptors collection.
Public Method Add<T1> Overloaded. Creates new CallInterceptor for the given method and adds it to the interceptors collection.
Public Method Add<T1, T2> Overloaded. Creates new CallInterceptor for the given method and adds it to the interceptors collection.
Public Method Add<T1, T2, T3> Overloaded. Creates new CallInterceptor for the given method and adds it to the interceptors collection.
Public Method Add<T1, T2, T3, T4> Creates new CallInterceptor for the given method and adds it to the interceptors collection.
Public Method GetEnumerator Returns call interceptors for the given interface.