MessageLoggingElement::LogMessagesAtTransportLevel Property
.NET Framework (current version)
Gets or sets a value that specifies whether messages are traced at the transport level.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("logMessagesAtTransportLevel", DefaultValue = false)] property bool LogMessagesAtTransportLevel { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if messages are traced at the transport level; otherwise, false. The default is false.
Any filters specified in the configuration file are applied, and only messages that match the filters are traced.
.NET Framework
Available since 3.0
Available since 3.0
Show: