MetadataExchangeClient.GetWebRequest(Uri, String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
派生クラスでオーバーライドされると、HTTP/GET メタデータ要求を行うために使用される HttpWebRequest を返します。
protected public:
virtual System::Net::HttpWebRequest ^ GetWebRequest(Uri ^ ___location, System::String ^ dialect, System::String ^ identifier);
protected internal virtual System.Net.HttpWebRequest GetWebRequest(Uri ___location, string dialect, string identifier);
abstract member GetWebRequest : Uri * string * string -> System.Net.HttpWebRequest
override this.GetWebRequest : Uri * string * string -> System.Net.HttpWebRequest
Protected Friend Overridable Function GetWebRequest (___location As Uri, dialect As String, identifier As String) As HttpWebRequest
パラメーター
- ___location
- Uri
メタデータの位置。
- dialect
- String
メタデータの言語。
- identifier
- String
メタデータの識別子。
戻り値
HTTP GET メタデータ要求を行うために使用される内部 HttpWebRequest。
注釈
GetWebRequest メソッドは、次の場合に呼び出されます。
System.ServiceModel.Description.MetadataLocation を解決しようとした場合。
MetadataExchangeClientMode.HttpGet が使用された場合。