System::Net::Http::Headers::HttpResponseHeaders::get_ConnectionClose method

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()

ReturnValue

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

See Also