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

ADD
Show: