System::Net::HttpResponseHeaderExtensions::GetName method

HttpResponseHeaderExtensions::GetName method

RTTI information.

static String System::Net::HttpResponseHeaderExtensions::GetName(HttpResponseHeader header)
ParameterTypeDescription
headerHttpResponseHeaderThe header for which the name must be returned.

ReturnValue

The name of the specified header.

Remarks

Returns the name of the specified header.

See Also