GetName()

HttpRequestHeaderExtensions::GetName(HttpRequestHeader) method

Returns the string representation of the specified header.

static String System::Net::HttpRequestHeaderExtensions::GetName(HttpRequestHeader header)

Arguments

ParameterTypeDescription
headerHttpRequestHeaderA header to which string representation must be returned.

Return Value

The string representation of the specified header.

See Also