4 instantiations of ProxyBehaviorCollection
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ClientRuntime.cs (4)
98this.channelInitializers = new ProxyBehaviorCollection<IChannelInitializer>(this); 99this.messageInspectors = new ProxyBehaviorCollection<IClientMessageInspector>(this); 100this.interactiveChannelInitializers = new ProxyBehaviorCollection<IInteractiveChannelInitializer>(this); 442return new ProxyBehaviorCollection<T>(this);
2 references to ProxyBehaviorCollection
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
52ProxyBehaviorCollection<IChannelInitializer> channelInitializers; 58ProxyBehaviorCollection<IInteractiveChannelInitializer> interactiveChannelInitializers;