System::Net::Http::Headers::HttpResponseHeaders::get_ConnectionClose 方法

HttpResponseHeaders::get_ConnectionClose method

获取一个值,指示 ‘Connection’ 标头的值是否包含 ‘Close’。

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

ReturnValue

当 ‘Connection’ 头的值包含 ‘Close’ 时为 true,否则为 false。

另见