Compartir a través de


IHttpSysRequestInfoFeature.RequestInfo Propiedad

Definición

Colección del HTTP_REQUEST_INFO de la solicitud actual. El entero representa el valor de enumeración que identifica HTTP_REQUEST_INFO_TYPE. La memoria es bytes opacos que deben intercalarse en el formato especificado por el valor de enumeración.

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))

Valor de propiedad

Se aplica a