共用方式為


RequestHeaders 類別

定義

強型別 HTTP 要求標頭。

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

建構函式

RequestHeaders(IHeaderDictionary)

初始化 RequestHeaders 的新執行個體。

屬性

Accept

取得或設定 Accept HTTP 要求的標頭。

AcceptCharset

取得或設定 Accept-Charset HTTP 要求的標頭。

AcceptEncoding

取得或設定 Accept-Encoding HTTP 要求的標頭。

AcceptLanguage

取得或設定 Accept-Language HTTP 要求的標頭。

CacheControl

取得或設定 Cache-Control HTTP 要求的標頭。

ContentDisposition

取得或設定 Content-Disposition HTTP 要求的標頭。

ContentLength

取得或設定 Content-Length HTTP 要求的標頭。

ContentRange

取得或設定 Content-Range HTTP 要求的標頭。

ContentType

取得或設定 Content-Type HTTP 要求的標頭。

Cookie

取得或設定 Cookie HTTP 要求的標頭。

Date

取得或設定 Date HTTP 要求的標頭。

Expires

取得或設定 Expires HTTP 要求的標頭。

Headers

取得備份要求標頭字典。

Host

取得或設定 Host HTTP 要求的標頭。

IfMatch

取得或設定 If-Match HTTP 要求的標頭。

IfModifiedSince

取得或設定 If-Modified-Since HTTP 要求的標頭。

IfNoneMatch

取得或設定 If-None-Match HTTP 要求的標頭。

IfRange

取得或設定 If-Range HTTP 要求的標頭。

IfUnmodifiedSince

取得或設定 If-Unmodified-Since HTTP 要求的標頭。

LastModified

取得或設定 Last-Modified HTTP 要求的標頭。

Range

取得或設定 Range HTTP 要求的標頭。

Referer

取得或設定 Referer HTTP 要求的標頭。

方法

Append(String, Object)

附加標頭名稱和值。

AppendList<T>(String, IList<T>)

附加標頭名稱及其值。

Get<T>(String)

使用 取得標頭 name 的值。

GetList<T>(String)

使用 取得標頭 name 的值。

Set(String, Object)

設定標頭值。

SetList<T>(String, IList<T>)

設定指定的標頭及其值。

適用於