IHttpSysRequestInfoFeature Interface

Definition

This exposes the Http.Sys HTTP_REQUEST_INFO extensibility point as opaque data for the caller to interperate. https://learn.microsoft.com/en-us/windows/win32/api/http/ns-http-http_request_v2, https://learn.microsoft.com/en-us/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.

Applies to