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