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 に設定されたコンテンツ ヘッダーのコレクション。

実装

適用対象

こちらもご覧ください