IHttpSysRequestInfoFeature Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This exposes the Http.Sys HTTP_REQUEST_INFO extensibility point as opaque data for the caller to interperate. https://learn.microsoft.com/windows/win32/api/http/ns-http-http_request_v2, https://learn.microsoft.com/windows/win32/api/http/ns-http-http_request_info
public interface class IHttpSysRequestInfoFeature
public interface IHttpSysRequestInfoFeature
type IHttpSysRequestInfoFeature = interface
Public Interface IHttpSysRequestInfoFeature
Properties
RequestInfo |
A collection of the HTTP_REQUEST_INFO for the current request. The integer represents the identifying HTTP_REQUEST_INFO_TYPE enum value. The Memory is opaque bytes that need to be interperted in the format specified by the enum value. |