WebRequestModuleElement コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 プレフィックスを含んでいる文字列。
注釈
プロパティは Prefix に prefix
設定され、 Type プロパティは に type
設定されます。
適用対象
.NET