IHttpSysRequestInfoFeature.RequestInfo Property
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.
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))