2 writes to queueTransferProtocol
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqTransportBindingElement.cs (2)
27
this.
queueTransferProtocol
= elementToBeCloned.queueTransferProtocol;
73
this.
queueTransferProtocol
= value;
3 references to queueTransferProtocol
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqTransportBindingElement.cs (3)
27
this.queueTransferProtocol = elementToBeCloned.
queueTransferProtocol
;
34
switch (this.
queueTransferProtocol
)
67
return this.
queueTransferProtocol
;