Adds call interceptors to the collection.
Declaring type: CallInterceptorCollection
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public void AddRange (
        params CallInterceptor[] interceptors
) 
Parameters
interceptors
The interceptors to add.