IDataServiceHost.RequestAccept プロパティ

定義

要求の受け入れヘッダーで指定されたトランスポート プロトコル。

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

プロパティ値

要求に必要なトランスポート プロトコルを示す文字列。

注釈

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

適用対象