MessageLoggingElement::LogMalformedMessages Property
.NET Framework (current version)
Gets or sets a value that specifies whether malformed messages are logged.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("logMalformedMessages", DefaultValue = false)] property bool LogMalformedMessages { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if malformed messages are logged; otherwise, false. The default is false.
.NET Framework
Available since 3.0
Available since 3.0
Show: