WebHttpBehavior.DefaultOutgoingRequestFormat Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets and sets the default outgoing request format.
Namespace: System.ServiceModel.Description
Assembly: System.ServiceModel.Web.Extensions (in System.ServiceModel.Web.Extensions.dll)
Syntax
'Declaration
Public Overridable Property DefaultOutgoingRequestFormat As WebMessageFormat
public virtual WebMessageFormat DefaultOutgoingRequestFormat { get; set; }
Property Value
Type: System.ServiceModel.Web.WebMessageFormat
One of the values defined in the WebMessageFormat enumeration.
Remarks
If the WebGetAttribute or WebInvokeAttribute does not explicitly set the RequestFormat property, the value of this property is used as the request format for the operation. The default value of this default-setting property is Xml. The JSON format is not currently supported in Silverlight.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.