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