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 响应标头的名称。

适用于