3 writes to customDeadLetterQueue
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (3)
34
this.
customDeadLetterQueue
= MsmqDefaults.CustomDeadLetterQueue;
52
this.
customDeadLetterQueue
= elementToBeCloned.customDeadLetterQueue;
85
set { this.
customDeadLetterQueue
= value; }
2 references to customDeadLetterQueue
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (2)
52
this.customDeadLetterQueue = elementToBeCloned.
customDeadLetterQueue
;
84
get { return this.
customDeadLetterQueue
; }