ContainsParsedValue()

HttpHeaders::ContainsParsedValue(String, System::SharedPtr<Object>) method

Checks if the header contains the specified value.

bool System::Net::Http::Headers::HttpHeaders::ContainsParsedValue(String name, System::SharedPtr<Object> value)

Arguments

ParameterTypeDescription
nameStringThe header name.
valueSystem::SharedPtr<Object>The header value.

Return Value

True if the header contains the specified value, otherwise false.

See Also