다음을 통해 공유


ServiceMetadataBehavior.HttpGetBinding 속성

정의

전송이 HTTP일 때 메타데이터 검색을 구성하는 데 사용되는 바인딩을 가져오거나 설정합니다.

public:
 property System::ServiceModel::Channels::Binding ^ HttpGetBinding { System::ServiceModel::Channels::Binding ^ get(); void set(System::ServiceModel::Channels::Binding ^ value); };
public System.ServiceModel.Channels.Binding HttpGetBinding { get; set; }
member this.HttpGetBinding : System.ServiceModel.Channels.Binding with get, set
Public Property HttpGetBinding As Binding

속성 값

Binding

HTTP 프로토콜을 통해 메타데이터를 검색하는 데 사용할 수 있는 Binding입니다.

설명

WCF의 이전 버전에서는 웹 브라우저를 통해 서비스 도움말 페이지에 액세스하는 HTTP GET을 사용하여 메타데이터 검색이 수행되었습니다. HttpTransportBindingElement만 지원되었습니다. HTTPS GET을 사용하는 메타데이터 검색의 경우 HttpsTransportBindingElement만 지원되었습니다. HttpGetBinding 및 HttpsGetBinding 속성을 사용하면 프로그래밍 방식이나 구성 파일을 통해 HTTP GET(또는 HTTPS GET)을 사용하는 메타데이터 검색을 위한 바인딩과 구성 가능한 서비스 웹 페이지에 액세스하는 데 사용되는 바인딩을 사용할 수 있습니다.

도움말 페이지를 검색 하는 방법에 대 한 자세한 내용은 다음을 사용 합니다 HttpHelpPageBindingHttpsHelpPageBinding 속성입니다.

적용 대상