System::Net::HttpRequestHeaderExtensions::GetName method

HttpRequestHeaderExtensions::GetName method

Returns the string representation of the specified header.

static String System::Net::HttpRequestHeaderExtensions::GetName(HttpRequestHeader header)
ParameterTypeDescription
headerHttpRequestHeaderA header to which string representation must be returned.

ReturnValue

The string representation of the specified header.

See Also