次の方法で共有


IDataServiceHost.ResponseContentType プロパティ

定義

応答のトランスポート プロトコルを取得します。

public:
 property System::String ^ ResponseContentType { System::String ^ get(); void set(System::String ^ value); };
public string ResponseContentType { get; set; }
member this.ResponseContentType : string with get, set
Public Property ResponseContentType As String

プロパティ値

コンテンツ タイプを表す文字列値。

IDataServiceHostサポートされるプロパティとその使用方法の詳細については、「WCF Data Services クライアント ライブラリ」を参照してください。

適用対象