Version

HasNamedHeaderValue Method (Column)

Returns if there is a named header value with a given name.
Syntax
public bool HasNamedHeaderValue( 
   string valueName
)

Parameters

valueName
The named value to check for.

Return Value

True if the named value is present.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also