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