I have an HttpModule for a web application I use (SharePoint). I want to be able to identify when a file is being viewed through UNC (\Server\Something). The Request.Url.IsUnc always returns false, and the call always shows "http://", even though a user tried to browse the directory through UNC.
Is there any way do be able to identity UNC access?