3 references to Send
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqOutputChannel.cs (1)
169
this.msmqQueue.
Send
(msmqMessage, this.transactionMode);
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (1)
106
this.msmqQueue.
Send
(msmqMessage, MsmqTransactionMode.CurrentOrSingle);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
171
this.msmqQueue.
Send
(msmqMessage, this.transactionMode);