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