IWebRequestCreate インターフェイス
WebRequest インスタンスを作成するための基本インターフェイスを提供します。
この型のすべてのメンバの一覧については、IWebRequestCreate メンバ を参照してください。
Public Interface IWebRequestCreate
[C#]
public interface IWebRequestCreate
[C++]
public __gc __interface IWebRequestCreate
[JScript]
public interface IWebRequestCreate
解説
IWebRequestCreate インターフェイスは、 WebRequest 派生クラスが WebRequest.Create メソッドを使用して登録するために使用する必要があるメソッドを定義します。
IWebRequestCreate インターフェイスを実装するクラスは WebRequest クラスで登録し、特定の URI (Uniform Resource Identifier) スキームに関連付けることができます。これにより、そのスキームと一致する URI が要求される場合、 WebRequest はそのクラスの Create メソッドを呼び出します。
必要条件
名前空間: System.Net
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
アセンブリ: System (System.dll 内)