4 references to IssuedTokens
System.ServiceModel (4)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (4)
230
channelFactory.FlowIssuedTokens = this.
IssuedTokens
;
262
listener.FlowIssuedTokens = this.
IssuedTokens
;
326
if (this.Transactions || (this.
IssuedTokens
!= TransactionFlowOption.NotAllowed))
341
if (this.
IssuedTokens
!= TransactionFlowOption.NotAllowed)