Share via


IHttpSysRequestInfoFeature.RequestInfo Property

Definition

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.

public:
 property System::Collections::Generic::IReadOnlyDictionary<int, ReadOnlyMemory<System::Byte>> ^ RequestInfo { System::Collections::Generic::IReadOnlyDictionary<int, ReadOnlyMemory<System::Byte>> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<int,ReadOnlyMemory<byte>> RequestInfo { get; }
member this.RequestInfo : System.Collections.Generic.IReadOnlyDictionary<int, ReadOnlyMemory<byte>>
Public ReadOnly Property RequestInfo As IReadOnlyDictionary(Of Integer, ReadOnlyMemory(Of Byte))

Property Value

Applies to