2 implementations of GetTransaction
System.ServiceModel (2)
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
69
public TransactionFlowOption
GetTransaction
(MessageDirection direction, string action)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
63
public TransactionFlowOption
GetTransaction
(MessageDirection direction, string action)
2 references to GetTransaction
System.ServiceModel (2)
System\ServiceModel\Channels\TransactionChannel.cs (2)
157
TransactionFlowOption txFlowOption = this.factory.
GetTransaction
(direction, message.Headers.Action);
166
TransactionFlowOption txFlowOption = this.factory.
GetTransaction
(direction, message.Headers.Action);