MessageLoggingElement::LogMalformedMessages Property

 

Gets or sets a value that specifies whether malformed messages are logged.

Namespace:   System.ServiceModel.Configuration
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::Boolean

true if malformed messages are logged; otherwise, false. The default is false.

.NET Framework
Available since 3.0
Return to top
Show: