2 references to CustomDeadLetterQueue
System.ServiceModel (2)
System\ServiceModel\Configuration\MsmqBindingElementBase.cs (2)
164
if (this.
CustomDeadLetterQueue
!= null)
165
msmqBinding.CustomDeadLetterQueue = this.
CustomDeadLetterQueue
;