3 references to ImpersonationRequired
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (1)
52MessageRpc messageRpc = new MessageRpc(message, OperationContext.Current, this.channelExtension.ImpersonationRequired);
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (1)
32this.messageRpc = new MessageRpc(message, OperationContext.Current, service.ChannelExtension.ImpersonationRequired);
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
78Fx.AssertAndThrow(!(this.ImpersonationRequired && !this.HasSession), "Shouldn't allocate SessionChannels if session-less and impersonating");