IWebRequestCreate Интерфейс
Определение
Предоставляет базовый интерфейс для создания экземпляров класса WebRequest.Provides the base interface for creating WebRequest instances.
public interface class IWebRequestCreate
public interface IWebRequestCreate
type IWebRequestCreate = interface
Public Interface IWebRequestCreate
- Производный
Комментарии
IWebRequestCreateИнтерфейс определяет метод, который WebRequest потомки должны использовать для регистрации в WebRequest.Create методе.The IWebRequestCreate interface defines the method that WebRequest descendants must use to register with the WebRequest.Create method.
Классы, реализующие IWebRequestCreate интерфейс, могут быть зарегистрированы в WebRequest классе и связаны с определенной СХЕМой URI, чтобы WebRequest Create при запросе URI, соответствующего схеме, вызывался метод класса.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.
Методы
Create(Uri) |
Создает экземпляр WebRequest.Creates a WebRequest instance. |