HttpWorkerRequest.GetKnownResponseHeaderIndex(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定的 HTTP 回應標頭的索引編號。
public:
static int GetKnownResponseHeaderIndex(System::String ^ header);
public static int GetKnownResponseHeaderIndex (string header);
static member GetKnownResponseHeaderIndex : string -> int
Public Shared Function GetKnownResponseHeaderIndex (header As String) As Integer
參數
- header
- String
HTTP 標頭的名稱。
傳回
header
參數裡指定的 HTTP 回應標頭的索引編號。