Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets {insert text here}.
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public ReadOnly Property Server As HttpHeaderValueCollection(Of ProductInfoHeaderValue)
    Get
'Usage
Dim instance As HttpResponseHeaders 
Dim value As HttpHeaderValueCollection(Of ProductInfoHeaderValue)
value = instance.Server
public HttpHeaderValueCollection<ProductInfoHeaderValue> Server { get; }
public:
property HttpHeaderValueCollection<ProductInfoHeaderValue^>^ Server {
    HttpHeaderValueCollection<ProductInfoHeaderValue^>^ get ();
}
member Server : HttpHeaderValueCollection<ProductInfoHeaderValue>
function get Server () : HttpHeaderValueCollection<ProductInfoHeaderValue>
Property Value
Type: System.Net.Http.Headers.HttpHeaderValueCollection<ProductInfoHeaderValue>