Mono Class Library: System.Net NamespaceSystem.Net.IWebRequestCreate |
See Also: IWebRequestCreate Members
|
Note:[Edit]The IWebRequestCreate.Create(Uri) method is implemented by types that derive from System.Net.WebRequest. The IWebRequestCreate.Create(Uri) method is invoked via the WebRequest.Create(Uri, bool) method.
Types that implement the System.Net.IWebRequestCreate interface are associated with a specific URI scheme and registered with the System.Net.WebRequest class. When an application requests a WebRequest object for a specific URI, System.Net.WebRequest calls the IWebRequestCreate.Create(Uri) method of the type associated with the requested URI.
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0