Share via


HttpResponseHeaders.Server Propriété

Définition

Obtient la valeur de l’en-tête Server pour une réponse HTTP.

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

Valeur de propriété

Valeur de l’en-tête Server pour une réponse HTTP.

S’applique à