5 references to DeadLetterQueueHelper
System.ServiceModel (5)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (1)
94if (! DeadLetterQueueHelper.IsDefined(value))
System\ServiceModel\Configuration\MsmqBindingElementBase.cs (1)
31[ServiceModelEnumValidator(typeof(DeadLetterQueueHelper))]
System\ServiceModel\Configuration\MsmqElementBase.cs (1)
23[ServiceModelEnumValidator(typeof(DeadLetterQueueHelper))]
System\ServiceModel\Configuration\Properties.cs (2)
1804properties.Add(new ConfigurationProperty("deadLetterQueue", typeof(System.ServiceModel.DeadLetterQueue), System.ServiceModel.DeadLetterQueue.System, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.DeadLetterQueueHelper)), System.Configuration.ConfigurationPropertyOptions.None)); 1915properties.Add(new ConfigurationProperty("deadLetterQueue", typeof(System.ServiceModel.DeadLetterQueue), System.ServiceModel.DeadLetterQueue.System, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.DeadLetterQueueHelper)), System.Configuration.ConfigurationPropertyOptions.None));