Bagikan melalui


WebGetAttribute.RequestFormat Properti

Definisi

Mendapatkan atau mengatur RequestFormat properti.

public:
 property System::ServiceModel::Web::WebMessageFormat RequestFormat { System::ServiceModel::Web::WebMessageFormat get(); void set(System::ServiceModel::Web::WebMessageFormat value); };
public System.ServiceModel.Web.WebMessageFormat RequestFormat { get; set; }
member this.RequestFormat : System.ServiceModel.Web.WebMessageFormat with get, set
Public Property RequestFormat As WebMessageFormat

Nilai Properti

Salah WebMessageFormat satu nilai enumerasi.

Contoh

Contoh berikut menunjukkan cara mengatur RequestFormat properti.

[OperationContract]
[WebGet(UriTemplate = "Div?x={x}&y={y}", RequestFormat = WebMessageFormat.Xml)]
long Divide(long x, long y);
<OperationContract()> _
<WebGet(UriTemplate:="Div?x={x}&y={y}", RequestFormat:=WebMessageFormat.Xml)> _
Function Divide(ByVal x As Long, ByVal y As Long) As Long

Keterangan

Properti ini menentukan format permintaan yang dibuat untuk operasi layanan. Dua nilai yang mungkin adalah Xml dan Json.

Berlaku untuk