3 references to MustUnderstandFault
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FaultConverter.cs (1)
95
&& string.Compare(fault.Code.Name, MessageStrings.
MustUnderstandFault
, StringComparison.Ordinal) == 0)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (1)
134
if (String.Compare(code.Name, MessageStrings.
MustUnderstandFault
, StringComparison.Ordinal) != 0)
FrameworkFork\System.ServiceModel\System\ServiceModel\MustUnderstandSoapException.cs (1)
33
FaultCode code = new FaultCode(MessageStrings.
MustUnderstandFault
, _envelopeVersion.Namespace);