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