HttpResponseHeaders.Connection Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la valeur de l’en-tête Connection pour une réponse HTTP.
public:
property System::Net::Http::Headers::HttpHeaderValueCollection<System::String ^> ^ Connection { System::Net::Http::Headers::HttpHeaderValueCollection<System::String ^> ^ get(); };
public System.Net.Http.Headers.HttpHeaderValueCollection<string> Connection { get; }
member this.Connection : System.Net.Http.Headers.HttpHeaderValueCollection<string>
Public ReadOnly Property Connection As HttpHeaderValueCollection(Of String)
Valeur de propriété
Valeur de l’en-tête Connection pour une réponse HTTP.