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