2 instantiations of CallbackDebugBehavior
Client.ExpectedExceptions.IntegrationTests (2)
CallbackDebugBehaviorTests.cs (2)
47endpointBehaviors.Add(new CallbackDebugBehavior(includeExceptionDetailInFaults)); 73endpointBehaviors2.Add(new CallbackDebugBehavior(includeExceptionDetailInFaults));
4 references to CallbackDebugBehavior
Client.ExpectedExceptions.IntegrationTests (4)
CallbackDebugBehaviorTests.cs (4)
41if (endpointBehaviors.TryGetValue(typeof(CallbackDebugBehavior), out IEndpointBehavior ieb)) 43(ieb as CallbackDebugBehavior).IncludeExceptionDetailInFaults = includeExceptionDetailInFaults; 67if (endpointBehaviors2.TryGetValue(typeof(CallbackDebugBehavior), out IEndpointBehavior ieb2)) 69(ieb2 as CallbackDebugBehavior).IncludeExceptionDetailInFaults = includeExceptionDetailInFaults;