2 writes to NotUnderstoodHeaders
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
883
rpc.
NotUnderstoodHeaders
= rpc.Request.Headers.GetHeadersNotUnderstood();
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
107
this.
NotUnderstoodHeaders
= null;
2 references to NotUnderstoodHeaders
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
884
if (rpc.
NotUnderstoodHeaders
!= null)
887
new MustUnderstandSoapException(rpc.
NotUnderstoodHeaders
, rpc.Request.Version.Envelope));