WebHttpBehavior::AutomaticFormatSelectionEnabled Property

.NET Framework (current version)
 

Gets or sets a value that determines if automatic format selection is enabled.

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

public:
property bool AutomaticFormatSelectionEnabled {
	virtual bool get();
	virtual void set(bool value);
}

Property Value

Type: System::Boolean

true if automatic format selection is enabled; otherwise false.

For more information about automatic format selection, see WCF Web HTTP Formatting.

.NET Framework
Available since 4.0
Return to top
Show: