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)
153if (String.Compare(code.Name, MessageStrings.MustUnderstandFault, StringComparison.Ordinal) != 0)
System\ServiceModel\MustUnderstandSoapException.cs (1)
36FaultCode code = new FaultCode(MessageStrings.MustUnderstandFault, _envelopeVersion.Namespace);