MessageHeaderDescription.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

속성 값

Boolean

메시지 헤더를 릴레이할 수 있으면 true이고, 그렇지 않으면 false입니다. SOAP 1.1 사양에 따라 기본값은 false입니다.

적용 대상