1 write to customDeadLetterQueue
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqChannelFactoryBase.cs (1)
37this.customDeadLetterQueue = bindingElement.CustomDeadLetterQueue;
3 references to customDeadLetterQueue
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqChannelFactoryBase.cs (3)
51if (null != this.customDeadLetterQueue) 52this.deadLetterQueuePathName = MsmqUri.DeadLetterQueueAddressTranslator.UriToFormatName(this.customDeadLetterQueue); 67return this.customDeadLetterQueue;