3 references to GetHeadersNotUnderstood
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\WsrmMessageInfo.cs (1)
563Collection<MessageHeaderInfo> notUnderstoodHeaders = message.Headers.GetHeadersNotUnderstood();
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
322rpc.NotUnderstoodHeaders = rpc.Request.Headers.GetHeadersNotUnderstood();
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
179Collection<MessageHeaderInfo> headersNotUnderstood = reply.Headers.GetHeadersNotUnderstood();