This content has been marked as final.
Show 2 replies
-
1. Re: Cannot find type [System.Net.HttpListener]
roddiekieley Sep 26, 2016 9:12 AM (in response to dlamotta1)Hi, it appears that the HttpListener has been refactored to be a part of Microsoft.AspNetCore.Server.Kestrel at this point in time according to this comment for github dotnet corefx issue #6999, Where is httplistener? Is it renamed? · Issue #6999 · dotnet/corefx · GitHub. As well, searching for 'HttpListener' it via the Azure Reverse Package Search show's that it is now an internal class "Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Listener".
Roddie
-
2. Re: Cannot find type [System.Net.HttpListener]
dlamotta1 Sep 26, 2016 9:04 PM (in response to roddiekieley)