1 implementation of WriteIssuedTokens
System.ServiceModel (1)
System\ServiceModel\Channels\TransactionChannel.cs (1)
201
public void
WriteIssuedTokens
(Message message, MessageDirection direction)
2 references to WriteIssuedTokens
System.ServiceModel (2)
System\ServiceModel\Channels\TransactionChannelListener.cs (2)
212
this.transactionChannel.
WriteIssuedTokens
(message, MessageDirection.Output);
247
this.transactionChannel.
WriteIssuedTokens
(message, MessageDirection.Output);