DataServiceStreamResponse.ContentType プロパティ

定義

応答ストリームのコンテンツ タイプを取得します。

public:
 property System::String ^ ContentType { System::String ^ get(); };
public string ContentType { get; }
member this.ContentType : string
Public ReadOnly Property ContentType As String

プロパティ値

応答ストリームのコンテンツ タイプ。

注釈

ヘッダーが Content-Type 応答に存在しない場合、 プロパティは を ContentDisposition 返します null

適用対象