HttpWorkerRequest.GetKnownRequestHeaderName(Int32) 方法

定義

回傳指定的 HTTP 請求標頭名稱。

public:
 static System::String ^ GetKnownRequestHeaderName(int index);
public static string GetKnownRequestHeaderName(int index);
static member GetKnownRequestHeaderName : int -> string
Public Shared Function GetKnownRequestHeaderName (index As Integer) As String

參數

index
Int32

標頭的索引號。

傳回

參數中 index 指定的 HTTP 請求標頭名稱。

適用於