5 references to ReceiveErrorHandlingHelper
System.ServiceModel (5)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (1)
177
if (!
ReceiveErrorHandlingHelper
.IsDefined(value))
System\ServiceModel\Configuration\MsmqBindingElementBase.cs (1)
76
[ServiceModelEnumValidator(typeof(
ReceiveErrorHandlingHelper
))]
System\ServiceModel\Configuration\MsmqElementBase.cs (1)
60
[ServiceModelEnumValidator(typeof(
ReceiveErrorHandlingHelper
))]
System\ServiceModel\Configuration\Properties.cs (2)
1810
properties.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));
1920
properties.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));