Udostępnij przez


WebRequestModuleElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy WebRequestModuleElement.

Przeciążenia

WebRequestModuleElement()

Inicjuje nowe wystąpienie klasy WebRequestModuleElement.

WebRequestModuleElement(String, String)

Inicjuje WebRequestModuleElement nowe wystąpienie klasy przy użyciu określonego prefiksu identyfikatora URI i informacji o typie.

WebRequestModuleElement(String, Type)

Inicjuje WebRequestModuleElement nowe wystąpienie klasy przy użyciu określonego prefiksu identyfikatora URI i identyfikatora typu.

WebRequestModuleElement()

Inicjuje nowe wystąpienie klasy WebRequestModuleElement.

public:
 WebRequestModuleElement();
public WebRequestModuleElement ();
Public Sub New ()

Dotyczy

WebRequestModuleElement(String, String)

Inicjuje WebRequestModuleElement nowe wystąpienie klasy przy użyciu określonego prefiksu identyfikatora URI i informacji o typie.

public:
 WebRequestModuleElement(System::String ^ prefix, System::String ^ type);
public WebRequestModuleElement (string prefix, string type);
new System.Net.Configuration.WebRequestModuleElement : string * string -> System.Net.Configuration.WebRequestModuleElement
Public Sub New (prefix As String, type As String)

Parametry

prefix
String

Ciąg zawierający prefiks identyfikatora URI.

type
String

Ciąg zawierający informacje o typie i zestawie dla klasy, która obsługuje tworzenie żądań dla zasobów korzystających z prefiksu identyfikatora prefix URI.

Uwagi

Parametr type zawiera w pełni kwalifikowaną nazwę typu, po której następuje przecinek (,) i informacje o zestawie. Elementy informacji o zestawie są oddzielone przecinkami, na przykład "System.Net.DigestClient, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".

Właściwość jest ustawiona Prefix na prefix , a właściwość jest ustawiona Type na typewartość .

Dotyczy

WebRequestModuleElement(String, Type)

Inicjuje WebRequestModuleElement nowe wystąpienie klasy przy użyciu określonego prefiksu identyfikatora URI i identyfikatora typu.

public:
 WebRequestModuleElement(System::String ^ prefix, Type ^ type);
public WebRequestModuleElement (string prefix, Type type);
new System.Net.Configuration.WebRequestModuleElement : string * Type -> System.Net.Configuration.WebRequestModuleElement
Public Sub New (prefix As String, type As Type)

Parametry

prefix
String

Ciąg zawierający prefiks identyfikatora URI.

type
Type

Klasa Type , która identyfikuje klasę, która obsługuje tworzenie żądań dla zasobów korzystających z prefiksu identyfikatora prefix URI.

Uwagi

Właściwość jest ustawiona Prefix na prefix , a właściwość jest ustawiona Type na typewartość .

Dotyczy