HttpWorkerRequest.GetKnownResponseHeaderName(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定的 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 响应标头的名称。