Aracılığıyla paylaş


HttpResponseHeaders.Server Özellik

Tanım

BIR HTTP yanıtının üst bilgisinin Server değerini alır.

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)

Özellik Değeri

HTTP yanıtının Server üst bilgisinin değeri.

Şunlara uygulanır