2 references to SFxHeaderNotUnderstood
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
202
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ProtocolException(string.Format(SRServiceModel.
SFxHeaderNotUnderstood
, headersNotUnderstood[0].Name, headersNotUnderstood[0].Namespace)));
FrameworkFork\System.ServiceModel\System\ServiceModel\MustUnderstandSoapException.cs (1)
34
FaultReason reason = new FaultReason(string.Format(SRServiceModel.
SFxHeaderNotUnderstood
, name, ns), CultureInfo.CurrentCulture);