HttpWorkerRequest::GetKnownResponseHeaderIndex Method (String^)

 

Returns the index number of the specified HTTP response header.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
static int GetKnownResponseHeaderIndex(
	String^ header
)

Parameters

header
Type: System::String^

The name of the HTTP header.

Return Value

Type: System::Int32

The index number of the HTTP response header specified in the header parameter.

.NET Framework
Available since 1.1
Return to top
Show: