IWebRequestCreate 接口

定义

提供用于创建 WebRequest 实例的基接口。

public interface class IWebRequestCreate
public interface IWebRequestCreate
type IWebRequestCreate = interface
Public Interface IWebRequestCreate
派生

注解

IWebRequestCreate接口定义后代必须用来向WebRequest.Create方法注册的方法WebRequest

实现接口的 IWebRequestCreate 类可以注册到 WebRequest 该类并与特定 URI 方案相关联,以便在 WebRequest 请求与该方案匹配的 Create URI 时调用该类的方法。

方法

Create(Uri)

创建一个 WebRequest 实例。

适用于