다음을 통해 공유


ClientRuntime.ManualAddressing 속성

정의

클라이언트에서 요청/응답 메시지에 주소 헤더를 추가하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

클라이언트가 주소 헤더를 추가하지 않으면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

애플리케이션에서 헤더를 제어할 수 있도록 클라이언트가 메시지 ID 및 회신 대상 주소 헤더를 요청/응답 메시지에 추가하지 못하게 하려면 ManualAddressing 속성을 true로 설정합니다.

참고

ManualAddressingtrue이면 클라이언트는 양방향 채널에 대한 요청/응답 작업을 지원하지 않습니다.

적용 대상