Share via


IWebRequestCreate Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides the base interface for creating WebRequest instances.

Namespace:  System.Net
Assembly:  System.Http (in System.Http.dll)

Syntax

'Declaration
Public Interface IWebRequestCreate
public interface IWebRequestCreate
public interface class IWebRequestCreate
type IWebRequestCreate =  interface end
public interface IWebRequestCreate

The IWebRequestCreate type exposes the following members.

Methods

  Name Description
Public method Create Creates a WebRequest instance.

Top

Remarks

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.

See Also

Reference

System.Net Namespace