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 執行個體。

適用於