1 write to IncludeExceptionDetailInFaults
System.ServiceModel (1)
System\ServiceModel\Configuration\CallbackDebugElement.cs (1)
29
this.
IncludeExceptionDetailInFaults
= source.IncludeExceptionDetailInFaults;
2 references to IncludeExceptionDetailInFaults
System.ServiceModel (2)
System\ServiceModel\Configuration\CallbackDebugElement.cs (2)
29
this.IncludeExceptionDetailInFaults = source.
IncludeExceptionDetailInFaults
;
34
return new CallbackDebugBehavior(this.
IncludeExceptionDetailInFaults
);