IWebRequestCreate 인터페이스
WebRequest 인스턴스를 만들기 위해 기본 인터페이스를 제공합니다.
네임스페이스: System.Net
어셈블리: System(system.dll)
구문
‘선언
Public Interface IWebRequestCreate
‘사용 방법
Dim instance As IWebRequestCreate
public interface IWebRequestCreate
public interface class IWebRequestCreate
public interface IWebRequestCreate
public interface IWebRequestCreate
설명
IWebRequestCreate 인터페이스는 WebRequest 하위 항목이 WebRequest.Create 메서드와 함께 등록하여 사용해야 할 메서드를 정의합니다.
IWebRequestCreate 인터페이스를 구현하는 클래스는 WebRequest 클래스에 등록되어 특정 URI 체계와 연관될 수 있으므로 해당 체계와 일치하는 URI가 요청되면 WebRequest에서는 이 클래스의 Create 메서드를 호출합니다.
플랫폼
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
2.0, 1.1, 1.0에서 지원
.NET Compact Framework
2.0, 1.0에서 지원