IWebRequestCreate Interfejs

Definicja

Udostępnia podstawowy interfejs do tworzenia WebRequest wystąpień.

public interface class IWebRequestCreate
public interface IWebRequestCreate
type IWebRequestCreate = interface
Public Interface IWebRequestCreate
Pochodne

Uwagi

Interfejs IWebRequestCreate definiuje metodę, która WebRequest element podrzędny musi użyć do zarejestrowania się w metodzie WebRequest.Create .

Klasy implementujące IWebRequestCreate interfejs można zarejestrować w WebRequest klasie i skojarzone z określonym schematem identyfikatora URI, aby WebRequest wywołać metodę klasy Create , gdy jest żądany identyfikator URI zgodny z tym schematem.

Metody

Create(Uri)

WebRequest Tworzy wystąpienie.

Dotyczy