다음을 통해 공유


SoapHeaderAttribute.Required 속성

정의

주의

This property will be removed from a future version. The presence of a particular header in a SOAP message is no longer enforced

이 멤버는 더 이상 사용하지 않으며 아무런 기능도 갖고 있지 않습니다.

public:
 property bool Required { bool get(); void set(bool value); };
[System.Obsolete("This property will be removed from a future version. The presence of a particular header in a SOAP message is no longer enforced", false)]
public bool Required { get; set; }
[<System.Obsolete("This property will be removed from a future version. The presence of a particular header in a SOAP message is no longer enforced", false)>]
member this.Required : bool with get, set
Public Property Required As Boolean

속성 값

Boolean

Boolean 값입니다.

특성

설명

SOAP 헤더가 XML 웹 서비스로 전송되는지 확인하려면 속성nullMemberName 지정된 멤버가 있는지 확인합니다. null이 경우 SOAP 헤더가 전송되지 않았습니다.

.NET Framework SDK Required 버전 1.0에서 이 속성은 받는 사람 XML 웹 서비스 또는 XML 웹 서비스 클라이언트에서 SOAP 헤더를 이해하고 처리해야 하는지 여부를 나타냅니다. 받는 사람이 SOAP 헤더를 처리하지 않은 경우 예외가 throw되었습니다.

적용 대상