2 references to GetOrCreateClient
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (1)
170this.client = this.service.GetOrCreateClient<TContract>(endpointTrait, messageRpc.Impersonating);
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (1)
59this.currentClient = this.service.GetOrCreateClient<TContract>(sendOperation.CurrentEndpoint, this.messageRpc.Impersonating);