共用方式為


IDataServiceHost.RequestAccept 屬性

定義

要求 accept 標頭指定的傳輸通訊協定。

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。

適用於