다음을 통해 공유


ServiceHealthBehaviorBase.HttpsGetUrl 속성

정의

HTTPS/Get 요청을 사용하여 검색을 위한 메타데이터가 게시되는 주소를 지정하는 URI를 가져오거나 설정합니다.

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

속성 값

Uri

HTTPS/Get 요청을 사용하여 검색을 위해 메타데이터가 게시되는 주소입니다.

특성

예외

value는 HTTPS 프로토콜 또는 상대 URI를 사용해야 합니다.

적용 대상