次の方法で共有


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"コンマで区切られます。

プロパティは Prefixprefix 設定され、 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

prefix URI プレフィックスを使用するリソースの要求を作成するクラスの識別を行う Type

注釈

プロパティは Prefixprefix 設定され、 Type プロパティは に type設定されます。

適用対象