System::Net::Http::Headers::HttpHeaders::ContainsParsedValue method

HttpHeaders::ContainsParsedValue method

Checks if the header contains the specified value.

bool System::Net::Http::Headers::HttpHeaders::ContainsParsedValue(String name, System::SharedPtr<Object> value)
ParameterTypeDescription
nameStringThe header name.
valueSystem::SharedPtr<Object>The header value.

ReturnValue

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

See Also