WebHttpBehavior::DefaultOutgoingRequestFormat Property
.NET Framework (current version)
Gets and sets the default outgoing request format.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
public: property WebMessageFormat DefaultOutgoingRequestFormat { virtual WebMessageFormat get(); virtual void set(WebMessageFormat value); }
Property Value
Type: System.ServiceModel.Web::WebMessageFormatOne of the values defined in the WebMessageFormat enumeration.
If the WebGetAttribute or WebInvokeAttribute does not explicitly set the OutgoingRequestFormat property, the value of this property is used as the request format for the operation. The default value is Xml.
.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Available since 3.5
Silverlight
Available since 4.0
Show: