MessageHeaderAttribute.Relay 속성

정의

이 헤더를 다운스트림 노드로 릴레이할지 여부를 지정합니다. SOAP 헤더 특성에 relay 매핑됩니다.

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

속성 값

true이 헤더를 다운스트림 노드로 릴레이하려면 이고, 그렇지 않으면 . false

설명

SOAP 1.1을 사용하면 이 속성이 무시됩니다. 자세한 내용은 주의 섹션 MessageHeaderAttribute 을 참조하세요.

적용 대상