Collection of call interception devices.
Declaring type: CallInterceptorCollection
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Public Methods (see also: Protected Methods)
  Name Description
Public Method AddRange Overloaded. Adds call interceptors to the collection.
Public Method FindMatchingInterceptor Finds a matching call interceptor for a specified method call.
Public Method For<T> Creates call interceptor helper for the given interface.
Collapse/Expand Protected Methods
  Name Description
Protected Method Virtual ClearItems Is called when the collection should be cleared.
Protected Method Virtual InsertItem Is called when a new item is added.
Protected Method Virtual RemoveItem Is called when a item is removed.
Protected Method Virtual SetItem Is called when a item is set.