共用方式為


HttpWorkerRequest.GetKnownResponseHeaderIndex(String) 方法

定義

傳回指定的 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 標頭的名稱。

傳回

Int32

header 參數裡指定的 HTTP 回應標頭的索引編號。

適用於