WebInvokeAttribute::RequestFormat Property

 

Gets and sets the RequestFormat property.

Namespace:   System.ServiceModel.Web
Assembly:  System.ServiceModel.Web (in System.ServiceModel.Web.dll)

public:
property WebMessageFormat RequestFormat {
	WebMessageFormat get();
	void set(WebMessageFormat value);
}

Property Value

Type: System.ServiceModel.Web::WebMessageFormat

One of the WebMessageFormat enumeration values.

This property determines the format of requests made to a service operation. The possible values are Xml and Json.

The following example shows how to set the RequestFormat property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Return to top
Show: