HttpRequest 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示個別 HTTP 要求的傳入端。
public ref class HttpRequest abstract
public abstract class HttpRequest
type HttpRequest = class
Public MustInherit Class HttpRequest
- 繼承
-
HttpRequest
建構函式
HttpRequest() |
表示個別 HTTP 要求的傳入端。 |
屬性
Body |
取得或設定要求本文 Stream 。 |
BodyReader |
取得要求本文 PipeReader 。 |
ContentLength |
取得或設定 Content-Length 標頭。 |
ContentType |
取得或設定 Content-Type 標頭。 |
Cookies |
取得此要求的 Cookie 集合。 |
Form |
取得或設定要求本文做為表單。 |
HasFormContentType |
檢查表單類型的 Content-Type 標頭。 |
Headers |
取得要求標頭。 |
Host |
取得或設定 Host 標頭。 可能包含連接埠。 |
HttpContext |
HttpContext取得這個要求的 。 |
IsHttps |
如果 RequestScheme 為 HTTPs,則會傳回 true。 |
Method |
取得或設定 HTTP 方法。 |
Path |
取得或設定識別所要求資源之要求路徑的部分。 如果 PathBase 包含完整路徑,或針對 'OPTIONS *' 要求,此值可能是 Empty 。 除了 '%2F' 以外,路徑會完全解碼為 '/',並變更路徑區段的意義。 '%2F' 只能在將路徑分割成區段之後取代。 |
PathBase |
取得或設定要求的基底路徑。 路徑基底不應以結尾斜線結尾。 |
Protocol |
取得或設定要求通訊協定 (,例如 HTTP/1.1) 。 |
Query |
取得從 Request.QueryString 剖析的查詢值集合。 |
QueryString |
取得或設定用來在 Request.Query 中建立查詢集合的原始查詢字串。 |
RouteValues |
取得這個要求的路由值集合。 |
Scheme |
取得或設定 HTTP 要求配置。 |
方法
ReadFormAsync(CancellationToken) |
如果是表單,則讀取要求本文。 |