1 write to queueTransferProtocol
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqTransportReceiveParameters.cs (1)
18this.queueTransferProtocol = bindingElement.QueueTransferProtocol;
1 reference to queueTransferProtocol
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqTransportReceiveParameters.cs (1)
33get { return this.queueTransferProtocol; }