Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Request.Headers.Keys is ambigous #103

Closed
victorhurdugaci opened this issue Jul 14, 2014 · 0 comments
Closed

Request.Headers.Keys is ambigous #103

victorhurdugaci opened this issue Jul 14, 2014 · 0 comments
Assignees
Milestone

Comments

@victorhurdugaci
Copy link
Contributor

The following line in a controller:

var keys= this.Context.Request.Headers.Keys;

Produces:

Error   1   Ambiguity between 'System.Collections.Generic.IDictionary<string, string[]>.Keys' and 'Microsoft.AspNet.Http.IReadableStringCollection.Keys'    c:\users\victorhu\documents\visual studio 14\Projects\WebApplication6\WebApplication6\Controllers\HomeController.cs 12  52  WebApplication6
@victorhurdugaci victorhurdugaci changed the title .Request.Headers.Keys is ambigous Request.Headers.Keys is ambigous Jul 14, 2014
@Tratcher Tratcher added this to the 1.0.0-alpha3 milestone Jul 15, 2014
@Tratcher Tratcher self-assigned this Jul 15, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants