GetName()

HttpResponseHeaderExtensions::GetName(HttpResponseHeader) method

Returns the name of the specified header.

static String System::Net::HttpResponseHeaderExtensions::GetName(HttpResponseHeader header)

Arguments

ParameterTypeDescription
headerHttpResponseHeaderThe header for which the name must be returned.

Return Value

The name of the specified header.

See Also