WS_REPEATING_HEADER_OPTION enumeration
This enum is used to specify whether a header is expected to appear more than once in a message.
Syntax
enum WS_REPEATING_HEADER_OPTION { WS_REPEATING_HEADER,
WS_SINGLETON_HEADER
};
Constants
- WS_REPEATING_HEADER
-
The header may appear more than once in the message.
- WS_SINGLETON_HEADER
-
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
|
Minimum supported client | Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|