5 references to TolerateFaults
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\ReliableChannelBinder.cs (5)
407
if (
TolerateFaults
&& (e is CommunicationObjectFaultedException))
429
if (
TolerateFaults
&& autoAborted && e is CommunicationObjectAbortedException)
481
if (!
TolerateFaults
)
845
if (!
TolerateFaults
&& DefaultMaskingMode == MaskingMode.None)
1920
if ((binder.DefaultMaskingMode != MaskingMode.All) && !binder.
TolerateFaults
)