22 references to NotAllowed
System.ServiceModel (20)
System\ServiceModel\Channels\TransactionChannel.cs (1)
118if (option == TransactionFlowOption.NotAllowed)
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
80return TransactionFlowOption.NotAllowed;
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
73return TransactionFlowOption.NotAllowed;
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (12)
40this.issuedTokens = transactions ? TransactionFlowOption.Allowed : TransactionFlowOption.NotAllowed; 74this.issuedTokens = value ? TransactionFlowOption.Allowed : TransactionFlowOption.NotAllowed; 98if (this.issuedTokens != TransactionFlowOption.NotAllowed) 110if (option != TransactionFlowOption.NotAllowed) 121if (this.issuedTokens != TransactionFlowOption.NotAllowed) 136if (parameter.Transactions != TransactionFlowOption.NotAllowed) 222if (this.issuedTokens == TransactionFlowOption.NotAllowed) 254if (this.issuedTokens == TransactionFlowOption.NotAllowed) 326if (this.Transactions || (this.IssuedTokens != TransactionFlowOption.NotAllowed)) 341if (this.IssuedTokens != TransactionFlowOption.NotAllowed) 371case TransactionFlowOption.NotAllowed: 423TransactionFlowOption txFlowOption = contextParam == null ? TransactionFlowOption.NotAllowed : contextParam.Transactions;
System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (1)
43TransactionFlowOption agreedTransactions = TransactionFlowOption.NotAllowed;
System\ServiceModel\Channels\TransportDefaults.cs (1)
21internal const TransactionFlowOption IssuedTokens = TransactionFlowOption.NotAllowed;
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
869if (attr != null && attr.Transactions != TransactionFlowOption.NotAllowed)
System\ServiceModel\Dispatcher\TransactionValidationBehavior.cs (1)
271transactions = TransactionFlowOption.NotAllowed;
System\ServiceModel\TransactionFlowOption.cs (1)
17return (option == TransactionFlowOption.NotAllowed ||
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\WorkflowHostingEndpoint.cs (1)
45if (transactionFlow != null && transactionFlow.Transactions != TransactionFlowOption.NotAllowed)
System\ServiceModel\Activities\WorkflowService.cs (1)
1128else if (transactionFlowAttribute.Transactions == TransactionFlowOption.NotAllowed)