WS_HTTP_HEADER_MAPPING structure (webservices.h)
Specifies an individual header that is mapped as part of WS_HTTP_MESSAGE_MAPPING.
Syntax
typedef struct _WS_HTTP_HEADER_MAPPING {
WS_XML_STRING headerName;
ULONG headerMappingOptions;
} WS_HTTP_HEADER_MAPPING;
Members
headerName
The name of the HTTP header.
headerMappingOptions
A set of flags that control how headers are mapped.
See WS_HTTP_HEADER_MAPPING_OPTIONS for more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |