HttpWorkerRequest.GetKnownResponseHeaderName(Int32) 方法

定義

回傳指定的 HTTP 回應標頭名稱。

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

參數

index
Int32

標頭的索引號。

傳回

參數中 index 指定的 HTTP 回應標頭名稱。

適用於