TransactionFlowBindingElement

TransactionFlowBindingElement

Syntax

class TransactionFlowBindingElement : BindingElement  
{  
  string IssuedTokens;  
  string TransactionProtocol;  
  boolean Transactions;  
};  

Methods

The TransactionFlowBindingElement class does not define any methods.

Properties

The TransactionFlowBindingElement class has the following properties:

IssuedTokens

Data type: string

Access type: Read-only

Specifies the requirement for an issued security tokens header (IssuedTokens from WS-Trust).

TransactionProtocol

Data type: string

Access type: Read-only

The transactions protocol used by the service to flow transactions.

Transactions

Data type: boolean

Access type: Read-only

Indicates whether the incoming transaction is supported.

Requirements

MOF Declared in Servicemodel.mof.
Namespace Defined in root\ServiceModel

See also