다음을 통해 공유


ServiceMetadataBehavior.HttpsGetUrl 속성

정의

HTTPS/GET 요청에 대한 메타데이터 게시 위치를 가져오거나 설정합니다.

public:
 property Uri ^ HttpsGetUrl { Uri ^ get(); void set(Uri ^ value); };
public Uri HttpsGetUrl { get; set; }
[System.ComponentModel.TypeConverter(typeof(System.UriTypeConverter))]
public Uri HttpsGetUrl { get; set; }
member this.HttpsGetUrl : Uri with get, set
[<System.ComponentModel.TypeConverter(typeof(System.UriTypeConverter))>]
member this.HttpsGetUrl : Uri with get, set
Public Property HttpsGetUrl As Uri

속성 값

Uri

HTTPS 메타데이터의 주소입니다.

특성

설명

HttpsGetUrl 값이 상대값인 경우 메타데이터가 게시되는 주소는 기본 주소와 서비스 주소 뒤에 ?wsdl 쿼리 문자열을 추가한 것입니다.

HttpsGetUrl 값이 절대값인 경우 메타데이터가 게시되는 주소는 HttpsGetUrl 값 뒤에 ?wsdl 쿼리 문자열을 추가한 것입니다.

예를 들어, 서비스 주소가 https://localhost:8080/CalculatorService이고 HttpsGetUrl이 빈 문자열인 경우 HTTPS/GET 메타데이터 주소는 https://localhost:8080/CalculatorService?wsdl입니다.

적용 대상