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 方法: