SoapHeaderAttribute.Required 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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 값입니다.
- 특성
설명
SOAP 헤더가 XML 웹 서비스로 전송되는지 확인하려면 속성null
에 MemberName 지정된 멤버가 있는지 확인합니다. null
이 경우 SOAP 헤더가 전송되지 않았습니다.
.NET Framework SDK Required 버전 1.0에서 이 속성은 받는 사람 XML 웹 서비스 또는 XML 웹 서비스 클라이언트에서 SOAP 헤더를 이해하고 처리해야 하는지 여부를 나타냅니다. 받는 사람이 SOAP 헤더를 처리하지 않은 경우 예외가 throw되었습니다.