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 Via As HttpHeaderValueCollection(Of ViaHeaderValue)
    Get
'Usage
Dim instance As HttpResponseHeaders 
Dim value As HttpHeaderValueCollection(Of ViaHeaderValue)
value = instance.Via
public HttpHeaderValueCollection<ViaHeaderValue> Via { get; }
public:
property HttpHeaderValueCollection<ViaHeaderValue^>^ Via {
    HttpHeaderValueCollection<ViaHeaderValue^>^ get ();
}
member Via : HttpHeaderValueCollection<ViaHeaderValue>
function get Via () : HttpHeaderValueCollection<ViaHeaderValue>
Property Value
Type: System.Net.Http.Headers.HttpHeaderValueCollection<ViaHeaderValue>