共用方式為


WebRequestModuleElement 建構函式

定義

初始化 WebRequestModuleElement 類別的新執行個體。

多載

WebRequestModuleElement()

初始化 WebRequestModuleElement 類別的新執行個體。

WebRequestModuleElement(String, String)

使用指定的 URI 前置詞和型別資訊,初始化 WebRequestModuleElement 類別的新執行個體。

WebRequestModuleElement(String, Type)

使用指定的 URI 前置詞和型別識別項,初始化 WebRequestModuleElement 類別的新執行個體。

WebRequestModuleElement()

初始化 WebRequestModuleElement 類別的新執行個體。

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

適用於

WebRequestModuleElement(String, String)

使用指定的 URI 前置詞和型別資訊,初始化 WebRequestModuleElement 類別的新執行個體。

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)

參數

prefix
String

包含 URI 前置詞的字串。

type
String

字串,包含類別的型別和組件資訊,該類別處理使用 prefix URI 前置詞之資源的建立要求。

備註

參數 type 包含完整類型名稱,後面接著逗號 (,) 和元件資訊。 元件資訊的元素會以逗號分隔,例如 ”System.Net.DigestClient, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"

屬性 Prefix 設定為 prefix ,而 Type 屬性會設定為 type

適用於

WebRequestModuleElement(String, Type)

使用指定的 URI 前置詞和型別識別項,初始化 WebRequestModuleElement 類別的新執行個體。

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)

參數

prefix
String

包含 URI 前置詞的字串。

type
Type

識別類別的 Type,該類別處理使用 prefix URI 前置詞之資源的建立要求。

備註

屬性 Prefix 設定為 prefix ,而 Type 屬性會設定為 type

適用於