GetResponseHeader()

HttpWebResponse::GetResponseHeader(String) method

Returns the corresponding value for the specified header name.

String System::Net::HttpWebResponse::GetResponseHeader(String headerName)

Arguments

ParameterTypeDescription
headerNameStringThe header name.

Return Value

The corresponding value for the specified header name.

See Also