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

HttpResponseHeaders::get_ConnectionClose method

Liest einen Wert, der angibt, ob der ‘Connection’-Headerwert ‘Close’ enthält.

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

ReturnValue

Wahr, wenn der ‘Connection’-Headerwert ‘Close’ enthält, andernfalls falsch.

Siehe auch