| 
        public interface IWebRequestCreate
       | 
Classes that implement the IWebRequestCreate interface can be registered with the WebRequest class and associated with a specific URI scheme so that the WebRequest calls the class's IWebRequestCreate.Create method when a URI matching that scheme is requested.
| Create | Creates a WebRequest instance. | 
| 
            WebRequest Create( | 
uri