Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

 

 

Community Additions

Show:
© 2017 Microsoft