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。

参照