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