HttpStreamContent.Headers 屬性

定義

取得 HttpStreamContent上設定的內容標頭集合。

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

屬性值

HttpStreamContent上設定的內容標頭集合。

實作

適用於

另請參閱