// // System.Net.IWebRequestCreate.cs // // Author: // Lawrence Pit (loz@cable.a2000.nl) // namespace System.Net { // // public interface IWebRequestCreate { WebRequest Create (Uri uri); } }