2 references to SFxHeaderNotUnderstood
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
182throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ProtocolException(SRP.Format(SRP.SFxHeaderNotUnderstood, headersNotUnderstood[0].Name, headersNotUnderstood[0].Namespace)));
System\ServiceModel\MustUnderstandSoapException.cs (1)
37FaultReason reason = new FaultReason(SRP.Format(SRP.SFxHeaderNotUnderstood, name, ns), CultureInfo.CurrentCulture);