IWebRequestCreate Interface
.NET Framework (current version)
Provides the base interface for creating WebRequest instances.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Create(Uri^) | Creates a WebRequest instance. |
The IWebRequestCreate interface defines the method that WebRequest descendants must use to register with the WebRequest::Create method.
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 Create method when a URI that matches that scheme is requested.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show:
