3 references to MustUnderstandFault
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\FaultConverter.cs (1)
96
&& string.Compare(fault.Code.Name, MessageStrings.
MustUnderstandFault
, StringComparison.Ordinal) == 0)
System\ServiceModel\Channels\MessageFault.cs (1)
153
if (String.Compare(code.Name, MessageStrings.
MustUnderstandFault
, StringComparison.Ordinal) != 0)
System\ServiceModel\MustUnderstandSoapException.cs (1)
36
FaultCode code = new FaultCode(MessageStrings.
MustUnderstandFault
, _envelopeVersion.Namespace);