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