Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebGetAttribute::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 two 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:
© 2017 Microsoft