次の方法で共有


IDataServiceHost.RequestContentType プロパティ

定義

コンテンツ タイプ ヘッダーによって指定されたトランスポート プロトコルを取得します。

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

プロパティ値

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

注釈

WCF Data Servicesで現在サポートされているプロトコルには、JSON と AtomPub が含まれます。

適用対象