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