ServiceHealthBehaviorBase.HttpsGetUrl 属性

定义

获取或设置一个 URI,该值指定使用 HTTPS/Get 请求检索元数据的地址。

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。

适用于