2 writes to NotUnderstoodHeaders
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
322
rpc.
NotUnderstoodHeaders
= rpc.Request.Headers.GetHeadersNotUnderstood();
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
83
NotUnderstoodHeaders
= null;
2 references to NotUnderstoodHeaders
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
323
if (rpc.
NotUnderstoodHeaders
!= null)
326
new MustUnderstandSoapException(rpc.
NotUnderstoodHeaders
, rpc.Request.Version.Envelope));