Implemented interface member:
method
ReadIssuedTokens
System.ServiceModel.Channels.ITransactionChannel.ReadIssuedTokens(System.ServiceModel.Channels.Message, System.ServiceModel.Description.MessageDirection)
3 references to ReadIssuedTokens
System.ServiceModel (3)
System\ServiceModel\Channels\TransactionChannel.cs (1)
155this.ReadIssuedTokens(message, direction);
System\ServiceModel\Channels\TransactionChannelFactory.cs (2)
314this.ReadIssuedTokens(reply, MessageDirection.Output); 329this.ReadIssuedTokens(reply, MessageDirection.Output);