2 writes to includeExceptionDetailInFaults
System.ServiceModel (2)
System\ServiceModel\Description\CallbackDebugBehavior.cs (2)
19this.includeExceptionDetailInFaults = includeExceptionDetailInFaults; 25set { this.includeExceptionDetailInFaults = value; }
2 references to includeExceptionDetailInFaults
System.ServiceModel (2)
System\ServiceModel\Description\CallbackDebugBehavior.cs (2)
24get { return this.includeExceptionDetailInFaults; } 42if (channelDispatcher != null && this.includeExceptionDetailInFaults)