7 references to Fault
System.ServiceModel (7)
System\ServiceModel\Channels\Msmq3PoisonHandler.cs (1)
61case ReceiveErrorHandling.Fault:
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (1)
227case ReceiveErrorHandling.Fault:
System\ServiceModel\Channels\Msmq4SubqueuePoisonHandler.cs (1)
46case ReceiveErrorHandling.Fault:
System\ServiceModel\Channels\TransportDefaults.cs (1)
169internal const ReceiveErrorHandling ReceiveErrorHandling = System.ServiceModel.ReceiveErrorHandling.Fault;
System\ServiceModel\Configuration\Properties.cs (2)
1810properties.Add(new ConfigurationProperty("receiveErrorHandling", typeof(System.ServiceModel.ReceiveErrorHandling), System.ServiceModel.ReceiveErrorHandling.Fault, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.ReceiveErrorHandlingHelper)), System.Configuration.ConfigurationPropertyOptions.None)); 1920properties.Add(new ConfigurationProperty("receiveErrorHandling", typeof(System.ServiceModel.ReceiveErrorHandling), System.ServiceModel.ReceiveErrorHandling.Fault, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.ReceiveErrorHandlingHelper)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\ReceiveErrorHandling.cs (1)
18return value == ReceiveErrorHandling.Fault ||