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