WebHttpBehavior::DefaultOutgoingRequestFormat Property

 

Gets and sets the default outgoing request format.

Namespace:   System.ServiceModel.Description
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::WebMessageFormat

One 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
Return to top
Show: