System::Net::HttpWebResponse::GetResponseHeader method

HttpWebResponse::GetResponseHeader method

Returns the corresponding value for the specified header name.

String System::Net::HttpWebResponse::GetResponseHeader(String headerName)
ParameterTypeDescription
headerNameStringThe header name.

ReturnValue

The corresponding value for the specified header name.

See Also