共用方式為


IncomingWebRequestContext 類別

定義

提供以程式設計方式存取傳入的 Web 要求之內容。

public ref class IncomingWebRequestContext
public class IncomingWebRequestContext
type IncomingWebRequestContext = class
Public Class IncomingWebRequestContext
繼承
IncomingWebRequestContext

屬性

Accept

取得來自傳入的 Web 要求之 Accept 標頭值。

ContentLength

取得傳入的 Web 要求之 ContentLength 標頭值。

ContentType

取得來自傳入的 Web 要求之 ContentType 標頭值。

Headers

取得傳入之 Web 要求的標頭。

IfMatch

取得包含在要求之 If-Match 標頭中的項目集合。

IfModifiedSince

取得要求之 If-Modified-Since 標頭的值。

IfNoneMatch

取得包含在要求之 If-None-Match 標頭中的值。

IfUnmodifiedSince

取得要求之 If-Unmatched-Since 標頭的值。

Method

取得傳入的 Web 要求之 HTTP 方法。

UriTemplateMatch

取得或設定在傳入 Web 要求分派期間建立的 UriTemplateMatch 執行個體。

UserAgent

取得來自傳入的 Web 要求之 UserAgent 標頭值。

方法

CheckConditionalRetrieve(DateTime)

針對資源提出條件式接收要求時呼叫。

CheckConditionalRetrieve(Guid)

針對資源提出條件式接收要求時呼叫。

CheckConditionalRetrieve(Int32)

針對資源提出條件式接收要求時呼叫。

CheckConditionalRetrieve(Int64)

針對資源提出條件式接收要求時呼叫。

CheckConditionalRetrieve(String)

針對資源提出條件式接收要求時呼叫。

CheckConditionalUpdate(Guid)

針對資源提出條件式接收要求時呼叫。

CheckConditionalUpdate(Int32)

針對資源提出條件式更新要求時呼叫。

CheckConditionalUpdate(Int64)

針對資源提出條件式更新要求時呼叫。

CheckConditionalUpdate(String)

針對資源提出條件式更新要求時呼叫。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetAcceptHeaderElements()

取得 Accept 標頭項目的集合。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於