4 references to 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);