WebInvokeAttribute::ResponseFormat Property

 

Gets and sets the ResponseFormat property.

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

public:
property WebMessageFormat ResponseFormat {
	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 responses sent from a service operation. The possible values are Xml and Json.

The following example shows how to set the ResponseFormat 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: