5 references to Impersonating
System.ServiceModel.Routing (5)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (2)
170this.client = this.service.GetOrCreateClient<TContract>(endpointTrait, messageRpc.Impersonating); 528SessionChannels sessionChannels = this.service.GetSessionChannels(messageRpc.Impersonating);
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (3)
59this.currentClient = this.service.GetOrCreateClient<TContract>(sendOperation.CurrentEndpoint, this.messageRpc.Impersonating); 233SessionChannels sessionChannels = this.service.GetSessionChannels(this.messageRpc.Impersonating); 258SessionChannels sessionChannels = this.service.GetSessionChannels(this.messageRpc.Impersonating);