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