2 references to ProvideFault
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
756
this.listener.ChannelDispatcher.
ProvideFault
(e, this.requestInfo.Channel == null ? this.binder.Channel.GetProperty<FaultConverter>() : this.requestInfo.Channel.GetProperty<FaultConverter>(), ref faultInfo);
761
dispatchBehavior.ChannelDispatcher.
ProvideFault
(e, this.channel.GetProperty<FaultConverter>(), ref faultInfo);