HttpResponseHeaders.Via Property

Definition

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

public:
 property System::Net::Http::Headers::HttpHeaderValueCollection<System::Net::Http::Headers::ViaHeaderValue ^> ^ Via { System::Net::Http::Headers::HttpHeaderValueCollection<System::Net::Http::Headers::ViaHeaderValue ^> ^ get(); };
public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ViaHeaderValue> Via { get; }
member this.Via : System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ViaHeaderValue>
Public ReadOnly Property Via As HttpHeaderValueCollection(Of ViaHeaderValue)

Property Value

The value of the Via header for an HTTP response.

Applies to