4 references to Add
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
130
this.channels.
Add
((IChannel)(object)channel);
System\ServiceModel\Channels\HttpChannelListener.cs (1)
948
this.webSocketLifetimeManager.
Add
(channel);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1725
channelDispatcher.Channels.
Add
(proxy);
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
561
this.channelDispatcher.Channels.
Add
(channel.Binder.Channel);