HttpWorkerRequest.GetKnownResponseHeaderIndex(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定的 HTTP 响应标头的索引号。
public:
static int GetKnownResponseHeaderIndex(System::String ^ header);
public static int GetKnownResponseHeaderIndex (string header);
static member GetKnownResponseHeaderIndex : string -> int
Public Shared Function GetKnownResponseHeaderIndex (header As String) As Integer
参数
- header
- String
HTTP 头的名称。
返回
在 header
参数中指定的 HTTP 响应标头的索引号。