ServiceModelSectionGroup.Diagnostic Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the configuration section for the diagnostics features of WCF.
public:
property System::ServiceModel::Configuration::DiagnosticSection ^ Diagnostic { System::ServiceModel::Configuration::DiagnosticSection ^ get(); };
public System.ServiceModel.Configuration.DiagnosticSection Diagnostic { get; }
member this.Diagnostic : System.ServiceModel.Configuration.DiagnosticSection
Public ReadOnly Property Diagnostic As DiagnosticSection
Property Value
The configuration section for the diagnostics features of WCF.
Remarks
The diagnostics
section contains settings for the diagnostics features of WCF. The user can enable/disable tracing, performance counters, and the WMI provider, and can add custom message filters.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.