Edit

Share via


MetadataExchangeClient.GetWebRequest(Uri, String, String) Method

Definition

When overridden in a derived class, returns the HttpWebRequest used to make HTTP/GET metadata requests.

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

Parameters

___location
Uri

The ___location of the metadata.

dialect
String

The dialect of the metadata.

identifier
String

The identifier of the metadata.

Returns

The internal HttpWebRequest used to make HTTP GET metadata requests.

Remarks

The GetWebRequest method is called:

Applies to