5 references to TolerateFaults
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableChannelBinder.cs (5)
624if (this.TolerateFaults && (e is CommunicationObjectFaultedException)) 646if (this.TolerateFaults && autoAborted && e is CommunicationObjectAbortedException) 729if (!this.TolerateFaults) 1102if (!this.TolerateFaults && this.defaultMaskingMode == MaskingMode.None) 3525if ((binder.defaultMaskingMode != MaskingMode.All) && !binder.TolerateFaults)