The IWebRequestCreate interface is used by the WebRequestFactory class to create WebRequest instances for a registered scheme.
IWebRequestCreate
[Visual Basic] Public Interface IWebRequestCreate [C#] public interface IWebRequestCreate [C++] public __gc __interface IWebRequestCreate
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Classes that implement the IWebRequestCreate interface can be registered with the WebRequestFactory class and associated with a specific URI scheme so that the WebRequestFactory calls the class's Create method when a URI matching that scheme is requested.
Namespace: System.Net
Assembly: System.net.dll