WS_HEADER_TYPE enumeration

Identifies a type of header.

Syntax


enum WS_HEADER_TYPE {  WS_ACTION_HEADER      = 1, 
  WS_TO_HEADER, 
  WS_MESSAGE_ID_HEADER, 
  WS_RELATES_TO_HEADER, 
  WS_FROM_HEADER, 
  WS_REPLY_TO_HEADER, 
  WS_FAULT_TO_HEADER 

};

Constants

WS_ACTION_HEADER

The Action addressing header.

This header can be used with the following WS_TYPEs:

WS_TO_HEADER

The To addressing header.

This header can be used with the following WS_TYPEs:

WS_MESSAGE_ID_HEADER

The MessageID addressing header.

This header can be used with the following WS_TYPEs:

This header is not supported for WS_ADDRESSING_VERSION_TRANSPORT.

WS_RELATES_TO_HEADER

The RelatesTo addressing header.

This header can be used with the following WS_TYPEs:

This header is not supported for WS_ADDRESSING_VERSION_TRANSPORT.

WS_FROM_HEADER

The From addressing header.

This header is used with WS_ENDPOINT_ADDRESS_TYPE.

This header is not supported for WS_ADDRESSING_VERSION_TRANSPORT.

WS_REPLY_TO_HEADER

The ReplyTo addressing header.

This header is used with WS_ENDPOINT_ADDRESS_TYPE.

This header is not supported for WS_ADDRESSING_VERSION_TRANSPORT.

WS_FAULT_TO_HEADER

The FaultTo addressing header, in WS_ENDPOINT_ADDRESS format.

This header is used with WS_ENDPOINT_ADDRESS_TYPE.

This header is not supported for WS_ADDRESSING_VERSION_TRANSPORT.

Requirements

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 R2 [desktop apps | Windows Store apps]

Header

WebServices.h

 

 

Community Additions

ADD
Show: