2 instantiations of CallbackDebugBehavior
Client.ExpectedExceptions.IntegrationTests (2)
CallbackDebugBehaviorTests.cs (2)
47
endpointBehaviors.Add(new
CallbackDebugBehavior
(includeExceptionDetailInFaults));
73
endpointBehaviors2.Add(new
CallbackDebugBehavior
(includeExceptionDetailInFaults));
5 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;
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\CallbackDebugBehavior.cs (1)
35
SRP.Format(SRP.SFXEndpointBehaviorUsedOnWrongSide, typeof(
CallbackDebugBehavior
).Name)));