|
SelfHostingServiceAutomaticFormatSelectionEnabled Property
|
Gets or sets a value that determines if automatic format selection is enabled for Web HTTP bindings.
Namespace: GSF.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.205-beta
Syntax public bool AutomaticFormatSelectionEnabled { get; set; }
Public Property AutomaticFormatSelectionEnabled As Boolean
Get
Set
public:
property bool AutomaticFormatSelectionEnabled {
bool get ();
void set (bool value);
}
member AutomaticFormatSelectionEnabled : bool with get, set
function get_AutomaticFormatSelectionEnabled();
function set_AutomaticFormatSelectionEnabled(value);
View SourceProperty Value
BooleanSee Also