3 implementations of Initialize
System.ServiceModel (1)
System\ServiceModel\Channels\PeerService.cs (1)
254void IChannelInitializer.Initialize(IClientChannel channel)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\CorrelationQueryBehavior.cs (1)
376void IChannelInitializer.Initialize(IClientChannel channel)
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
225void IChannelInitializer.Initialize(IClientChannel channel)
2 references to Initialize
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
532this.channelInitializers[i].Initialize(channel);
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
218this.channelInitializers[i].Initialize(channel);