共用方式為


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

屬性值

適用於