get_ExpectContinue()

HttpRequestHeaders::get_ExpectContinue() method

Gets a value that indicates if the ‘Expect’ header value contains ‘Continue’.

Nullable<bool> System::Net::Http::Headers::HttpRequestHeaders::get_ExpectContinue()

Return Value

True when the ‘Expect’ header value contains ‘Continue’, otherwise false.

See Also