get_ConnectionClose()

HttpResponseHeaders::get_ConnectionClose() method

Gets a value that indicates if the ‘Connection’ header value contains ‘Close’.

Nullable<bool> System::Net::Http::Headers::HttpResponseHeaders::get_ConnectionClose()

Return Value

True when the the ‘Connection’ header value contains ‘Close’, otherwise false.

See Also