Expand Minimize
This topic has not yet been rated - Rate this topic

WS_HEADER_ATTRIBUTES enumeration

A set of flags representing the SOAP mustUnderstand and relay attributes of a header.

Syntax


enum WS_HEADER_ATTRIBUTES {  WS_MUST_UNDERSTAND_HEADER_ATTRIBUTE  = 0x1, 
  WS_RELAY_HEADER_ATTRIBUTE            = 0x2 

};

Constants

WS_MUST_UNDERSTAND_HEADER_ATTRIBUTE

The value of the SOAP mustUnderstand attribute is TRUE.

WS_RELAY_HEADER_ATTRIBUTE

The value of the SOAP relay attribute is TRUE.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

WebServices.h

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.