2 references to GetOrCreateClient
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\RoutingService.cs (2)
172
return this.perMessageChannels.
GetOrCreateClient
<TContract>(endpointTrait, this, impersonating);
176
return this.ChannelExtension.SessionChannels.
GetOrCreateClient
<TContract>(endpointTrait, this, impersonating);