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 입니다.