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