2 writes to QueueTransferProtocol
System.ServiceModel (2)
System\ServiceModel\Configuration\MsmqTransportElement.cs (1)
53
binding.
QueueTransferProtocol
= this.QueueTransferProtocol;
System\ServiceModel\NetMsmqBinding.cs (1)
56
(this.transport as MsmqTransportBindingElement).
QueueTransferProtocol
= value;
6 references to QueueTransferProtocol
System.ServiceModel (6)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
252
instance.SetProperty(AdministrationStrings.QueueTransferProtocol, msmqTransport.
QueueTransferProtocol
);
System\ServiceModel\Channels\MsmqChannelFactory.cs (1)
19
this.queueTransferProtocol = bindingElement.
QueueTransferProtocol
;
System\ServiceModel\Channels\MsmqTransportReceiveParameters.cs (1)
18
this.queueTransferProtocol = bindingElement.
QueueTransferProtocol
;
System\ServiceModel\Configuration\MsmqTransportElement.cs (1)
75
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.QueueTransferProtocol, binding.
QueueTransferProtocol
);
System\ServiceModel\NetMsmqBinding.cs (2)
52
return (this.transport as MsmqTransportBindingElement).
QueueTransferProtocol
;
189
this.QueueTransferProtocol = transport.
QueueTransferProtocol
;