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