WS_REPEATING_HEADER_OPTION enumeration (webservices.h)
This enum is used to specify whether a header is expected to appear more than once in a message.
Syntax
typedef enum {
WS_REPEATING_HEADER = 1,
WS_SINGLETON_HEADER = 2
} WS_REPEATING_HEADER_OPTION;
Constants
WS_REPEATING_HEADER Value: 1 The header may appear more than once in the message. |
WS_SINGLETON_HEADER Value: 2 The header may appear at most once in the message. When this option is specified, the function ensures that the specified header appears at most once in the message. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
Header | webservices.h |