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