WebHeaderCollectionType

WebHeaderCollectionType enum

Enumerates the types of the protocol headers collection.

enum class WebHeaderCollectionType : uint8_t

Values

NameValueDescription
Unknown0A collection contains an unknown type elements.
WebRequest1A collection contains the headers of web requests.
WebResponse2A collection contains the headers of web response.

See Also