Condividi tramite


HttpResponseHeaders.Via Proprietà

Definizione

Ottiene il valore dell'intestazione Via per una risposta HTTP.

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)

Valore della proprietà

Valore dell'intestazione Via per una risposta HTTP.

Si applica a