MetadataExchangeClient.GetWebRequest(Uri, String, String) 메서드

정의

파생 클래스에서 재정의되는 경우 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 호출됩니다.

적용 대상