다음을 통해 공유


WSHttpBindingBase.TransactionFlow 속성

정의

이 바인딩에서 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

속성 값

Boolean

트랜잭션 흐름이 지원되면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

예제

이 예제에서는 메시지의 최대 크기를 가져오는 방법을 보여 줍니다.

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

적용 대상