System.Net.IWebRequestCreate

Provides the base interface for creating System.Net.WebRequest instances.

See Also: IWebRequestCreate Members

Syntax

public interface IWebRequestCreate

Remarks

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.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0, 4.0.0.0