2 writes to NotUnderstoodHeaders
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
364rpc.NotUnderstoodHeaders = rpc.Request.Headers.GetHeadersNotUnderstood();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
87this.NotUnderstoodHeaders = null;
2 references to NotUnderstoodHeaders
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
365if (rpc.NotUnderstoodHeaders != null) 368new MustUnderstandSoapException(rpc.NotUnderstoodHeaders, rpc.Request.Version.Envelope));