共用方式為


OutgoingWebResponseContext 類別

定義

提供以程式設計方式存取傳出的 Web 回應之內容。

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

屬性

BindingWriteEncoding

取得繫結上的編碼集。

ContentLength

取得或設定來自傳出 Web 回應的內容長度標頭。

ContentType

取得或設定來自傳出 Web 回應的內容類型標頭。

ETag

取得或設定來自傳出 Web 回應的 Etag 標頭。

Format

取得或設定 Web 訊息格式。

Headers

取得來自傳出的 Web 回應之標頭。

LastModified

取得或設定傳出 Web 回應的上次修改日期標頭。

Location

取得或設定來自傳出 Web 回應的位置標頭。

StatusCode

取得或設定傳出 Web 回應的狀態碼。

StatusDescription

取得或設定傳出 Web 回應的狀態描述。

SuppressEntityBody

取得或設定值,指出 Windows Communication Foundation (WCF) 是否省略通常寫入回應實體內容的資料,並強制傳回空白回應。

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
SetETag(Guid)

設定指定的 ETag。

SetETag(Int32)

設定指定的 ETag。

SetETag(Int64)

設定指定的 ETag。

SetETag(String)

設定指定的 ETag。

SetStatusAsCreated(Uri)

將傳出的 Web 回應之 HTTP 狀態碼設定為 Created,並將 Location 標頭設定為提供的 URI。

SetStatusAsNotFound()

將輸出之 Web 回應的 HTTP 狀態碼設定為 NotFound

SetStatusAsNotFound(String)

使用指定的描述,將傳出之 Web 回應的 HTTP 狀態碼設定為 NotFound

ToString()

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

(繼承來源 Object)

適用於