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 応答ヘッダーの名前。

適用対象