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

標頭的索引編號。

傳回

String

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

適用於