다음을 통해 공유


WSDualHttpBinding.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입니다.

예제

다음 예제에서는 트랜잭션 흐름을 지원하도록 TransactionFlow 속성을 설정하는 방법을 보여 줍니다.

binding.TransactionFlow = true;
binding.TransactionFlow = True

설명

기본값은 흐름이 지정된 트랜잭션 메시지 헤더를 포함하는 서비스 거부 메시지와 트랜잭션을 클라이언트가 전달하지 않는 것입니다.

적용 대상