ServiceMetadataPublishingElement.HttpsGetBinding 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
속성 값
HTTPS GET 시나리오에서 메타 데이터 검색에 사용할 바인딩의 이름입니다.
- 특성
설명
이 속성을 설정하지 않으면 필요한 경우 기본 바인딩(HttpsTransportBindingElement)이 메타데이터 검색에 사용됩니다.