Provides the base interface for creating System.Net.WebRequest instances.
See Also: IWebRequestCreate Members
The System.Net.IWebRequestCreate interface defines the method that System.Net.WebRequest descendants must use to register with the WebRequest.Create(string) method.
Classes that implement the System.Net.IWebRequestCreate interface can be registered with the System.Net.WebRequest class and associated with a specific URI scheme so that the System.Net.WebRequest calls the class's IWebRequestCreate.Create(Uri) method when a URI that matches that scheme is requested.