다음을 통해 공유


ServiceMetadataPublishingElement.HttpsGetBinding 속성

정의

HTTPS GET 시나리오에서 메타데이터 검색에 사용할 바인딩의 이름을 지정하는 문자열 값을 가져오거나 설정합니다.

public:
 property System::String ^ HttpsGetBinding { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("httpsGetBinding", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string HttpsGetBinding { get; set; }
[<System.Configuration.ConfigurationProperty("httpsGetBinding", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.HttpsGetBinding : string with get, set
Public Property HttpsGetBinding As String

속성 값

String

HTTPS GET 시나리오에서 메타 데이터 검색에 사용할 바인딩의 이름입니다.

특성

설명

이 속성을 설정하지 않으면 필요한 경우 기본 바인딩(HttpsTransportBindingElement)이 메타데이터 검색에 사용됩니다.

적용 대상