This topic has not yet been rated - Rate this topic

HttpResponseHeaders.Connection Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the value of the Connection header for an HTTP response.

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
public HttpHeaderValueCollection<string> Connection { get; }

Property Value

Type: System.Net.Http.Headers.HttpHeaderValueCollection<String>
Returns HttpHeaderValueCollection<T>.
The value of the Connection header for an HTTP response.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.