CallbackDebugElement Class
.NET Framework 3.0
Represents a configuration element that specifies service-side debugging for a Windows Communication Foundation (WCF) callback object. This class cannot be inherited.
Namespace: System.ServiceModel.Configuration
Assembly: System.ServiceModel (in system.servicemodel.dll)
Assembly: System.ServiceModel (in system.servicemodel.dll)
'Declaration Public NotInheritable Class CallbackDebugElement Inherits BehaviorExtensionElement 'Usage Dim instance As CallbackDebugElement
public final class CallbackDebugElement extends BehaviorExtensionElement
public final class CallbackDebugElement extends BehaviorExtensionElement
Not applicable.
If you set the IncludeExceptionDetailInFaults property to true programmatically, you can enable the flow of managed exception information in a client callback object back to the service for debugging purposes.
Caution: |
|---|
| Returning managed exception information to clients can be a security risk. This is because exception details expose information about the internal service implementation that could be used by unauthorized clients. |
System.Object
System.Configuration.ConfigurationElement
System.ServiceModel.Configuration.ServiceModelExtensionElement
System.ServiceModel.Configuration.BehaviorExtensionElement
System.ServiceModel.Configuration.CallbackDebugElement
System.Configuration.ConfigurationElement
System.ServiceModel.Configuration.ServiceModelExtensionElement
System.ServiceModel.Configuration.BehaviorExtensionElement
System.ServiceModel.Configuration.CallbackDebugElement
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
Caution: