要求の Accept ヘッダーで指定されたトランスポート プロトコル。
名前空間: System.Data.Services
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
ReadOnly Property RequestAccept As String
Get
'使用
Dim instance As IDataServiceHost
Dim value As String
value = instance.RequestAccept
string RequestAccept { get; }
property String^ RequestAccept {
String^ get ();
}
abstract RequestAccept : string
function get RequestAccept () : String
プロパティ値
型: System.String
要求が必要としているトランスポート プロトコルを示す文字列。
説明
現在 WCF Data Services では、JSON や AtomPub などのプロトコルがサポートされています。