System.ServiceModel.Description.CallbackDebugBehavior
namespace System.ServiceModel.Description
{
public class CallbackDebugBehavior : IEndpointBehavior
{
public bool IncludeExceptionDetailInFaults { get; set; }
public CallbackDebugBehavior(bool includeExceptionDetailInFaults);
}
}