WSHttpBindingBase.TransactionFlow Propiedad
Definición
Obtiene o establece un valor que indica si este enlace debería admitir las transacciones WS de flujo.Gets or sets a value that indicates whether this binding should support flowing 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
Valor de propiedad
true
si se admite el flujo de transacciones; de lo contrario, false
.true
if the flowing of transactions is supported; otherwise, false
. El valor predeterminado es false
.The default value is false
.
Ejemplos
Este ejemplo muestra cómo obtener el tamaño máximo para un mensaje.This example shows how to get the maximum size for a message.
bool transactionFlow =
binding1.TransactionFlow;
Dim transactionFlow = binding1.TransactionFlow