共用方式為


Request 類別

定義

表示 IIS 7 伺服器的單一要求。

public ref class Request sealed : Microsoft::Web::Administration::ConfigurationElement
public sealed class Request : Microsoft.Web.Administration.ConfigurationElement
type Request = class
    inherit ConfigurationElement
Public NotInheritable Class Request
Inherits ConfigurationElement
繼承

備註

這個類別的屬性是唯讀的。 這個類別代表與 IIS 7 伺服器單一要求有關的可用資料。

屬性

Attributes

取得組態屬性集合,其中包含這個專案的屬性清單。

(繼承來源 ConfigurationElement)
ChildElements

取得目前專案的所有子專案。

(繼承來源 ConfigurationElement)
ClientIPAddr

取得遠端用戶端的 IP 位址。

ConnectionId

取得目前要求的唯一連接識別碼。

CurrentModule

取得目前要求正在執行的模組名稱。

ElementTagName

表示 IIS 7 伺服器的單一要求。

(繼承來源 ConfigurationElement)
HostName

取得目前要求的主機名稱。

IsLocallyStored

取得值,指出組態專案是否儲存在特定組態檔中。

(繼承來源 ConfigurationElement)
Item[String]

取得或設定具有指定名稱的屬性。

(繼承來源 ConfigurationElement)
LocalIPAddress

取得目前要求所連線之伺服器的 IP 位址。

LocalPort

取得目前要求所連線之伺服器的 TCP 埠。

Methods

取得組態專案的方法集合。

(繼承來源 ConfigurationElement)
PipelineState

取得在 IIS 7 整合式要求處理管線中執行的目前要求狀態。

ProcessId

取得目前要求之背景工作進程的系統進程識別碼。

RawAttributes

表示 IIS 7 伺服器的單一要求。

(繼承來源 ConfigurationElement)
RequestId

取得目前要求的唯一要求識別碼。

Schema

取得目前專案的架構。

(繼承來源 ConfigurationElement)
SiteId

取得目前要求的月臺識別碼。

TimeElapsed

取得要求期間經過的時間週期。

TimeInModule

取得目前模組中已要求的時間週期。

TimeInState

取得要求處於目前狀態的時間週期。

Url

取得要求的 URL。

Verb

取得用於要求的 HTTP 動詞。

方法

Delete()

表示 IIS 7 伺服器的單一要求。

(繼承來源 ConfigurationElement)
GetAttribute(String)

ConfigurationAttribute傳回 物件,表示要求的屬性。

(繼承來源 ConfigurationElement)
GetAttributeValue(String)

傳回指定之屬性的值。

(繼承來源 ConfigurationElement)
GetChildElement(String)

傳回目前組態專案下且具有指定名稱的子專案。

(繼承來源 ConfigurationElement)
GetChildElement(String, Type)

傳回目前組態專案下且具有指定名稱和類型的子專案。

(繼承來源 ConfigurationElement)
GetCollection()

傳回目前組態專案的預設集合。

(繼承來源 ConfigurationElement)
GetCollection(String)

傳回屬於目前組態專案的所有組態專案。

(繼承來源 ConfigurationElement)
GetCollection(String, Type)

傳回具有指定名稱和類型的組態專案,且位於目前的組態專案之下。

(繼承來源 ConfigurationElement)
GetCollection(Type)

傳回具有指定型別且位於目前組態專案底下的組態專案。

(繼承來源 ConfigurationElement)
GetMetadata(String)

從專案架構傳回中繼資料值。

(繼承來源 ConfigurationElement)
SetAttributeValue(String, Object)

設定指定屬性的值。

(繼承來源 ConfigurationElement)
SetMetadata(String, Object)

設定專案架構中的中繼資料值。

(繼承來源 ConfigurationElement)

適用於