HttpRequestWrapper.Headers 屬性

定義

取得用戶端傳送的 HTTP 標頭集合。

public:
 virtual property System::Collections::Specialized::NameValueCollection ^ Headers { System::Collections::Specialized::NameValueCollection ^ get(); };
public override System.Collections.Specialized.NameValueCollection Headers { get; }
member this.Headers : System.Collections.Specialized.NameValueCollection
Public Overrides ReadOnly Property Headers As NameValueCollection

屬性值

NameValueCollection

要求標頭。

適用於