WSHttpBindingBase.TransactionFlow Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of deze binding ondersteuning moet bieden voor stromende WS-Transactions.

public:
 property bool TransactionFlow { bool get(); void set(bool value); };
public bool TransactionFlow { get; set; }
member this.TransactionFlow : bool with get, set
Public Property TransactionFlow As Boolean

Waarde van eigenschap

true als het stromen van transacties wordt ondersteund; anders, false. De standaardwaarde is false.

Voorbeelden

In dit voorbeeld ziet u hoe u de maximale grootte voor een bericht krijgt.

bool transactionFlow =
    binding1.TransactionFlow;
Dim transactionFlow = binding1.TransactionFlow

Van toepassing op