IHttpSysRequestInfoFeature.RequestInfo 属性

定义

当前请求的HTTP_REQUEST_INFO的集合。 整数表示标识HTTP_REQUEST_INFO_TYPE枚举值。 内存是需要以枚举值指定的格式进行穿插的不透明字节。

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

属性值

适用于