Bagikan melalui


HttpStringContent.Headers Properti

Definisi

Dapatkan kumpulan header konten yang diatur di HttpStringContent.

public:
 property HttpContentHeaderCollection ^ Headers { HttpContentHeaderCollection ^ get(); };
HttpContentHeaderCollection Headers();
public HttpContentHeaderCollection Headers { get; }
var httpContentHeaderCollection = httpStringContent.headers;
Public ReadOnly Property Headers As HttpContentHeaderCollection

Nilai Properti

Kumpulan header konten yang diatur pada HttpStringContent.

Penerapan

Berlaku untuk

Lihat juga