2 references to GetHeadersNotUnderstood
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
364
rpc.NotUnderstoodHeaders = rpc.Request.Headers.
GetHeadersNotUnderstood
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (1)
199
Collection<MessageHeaderInfo> headersNotUnderstood = reply.Headers.
GetHeadersNotUnderstood
();