HttpWorkerRequest.GetKnownResponseHeaderIndex(String) Метод

Определение

Возвращает номер индекса указанного заголовка ответа 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.

Возвращаемое значение

Номер индекса заголовка HTTP-ответа, указанного в параметре header .

Применяется к