Partager via


IHttpSysRequestInfoFeature.RequestInfo Propriété

Définition

Collection des HTTP_REQUEST_INFO pour la demande actuelle. L’entier représente la valeur d’identification HTTP_REQUEST_INFO_TYPE d’énumération. La mémoire est des octets opaques qui doivent être interpercés au format spécifié par la valeur d’énumération.

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

Valeur de propriété

S’applique à