Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The HTTP_REQUEST_PROPERTY_STREAM_ERROR structure represents an HTTP/2 or HTTP/3 stream error code.
Syntax
typedef struct _HTTP_REQUEST_PROPERTY_STREAM_ERROR {
ULONG ErrorCode;
} HTTP_REQUEST_PROPERTY_STREAM_ERROR, *PHTTP_REQUEST_PROPERTY_STREAM_ERROR;
Members
ErrorCode
The protocol stream error code.
Requirements
Requirement | Value |
---|---|
Header | http.h |