HttpResponseHeaders.Server 屬性

定義

取得 HTTP 回應的 Server 標頭值。

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)

屬性值

HTTP 回應的 Server 標頭值。

適用於