1 write to EnableFaults
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
282
behavior.
EnableFaults
= !this.IsMulticast(serviceEndpoint.Binding);
1 reference to EnableFaults
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
902
enableFaults = _channel.ClientRuntime.
EnableFaults
;