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