This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
Remove IsLocal #536
Closed
Description
We keep getting questions like this: aspnet/Hosting#570 (comment)
Environments are the correct way to handle these scenarios most of the time.
We should remove IsLocal, and possibly replace it with an extension method that just returns RemoteIP.Equals(LocalIP).