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