ServiceMetadataPublishingElement.HttpsGetUrl 属性

定义

获取或设置一个 URI,它指定发布元数据以使用 HTTPS/Get 请求进行检索的地址。

public:
 property Uri ^ HttpsGetUrl { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("httpsGetUrl")]
public Uri HttpsGetUrl { get; set; }
[<System.Configuration.ConfigurationProperty("httpsGetUrl")>]
member this.HttpsGetUrl : Uri with get, set
Public Property HttpsGetUrl As Uri

属性值

Uri

一个 URI,指定发布元数据的地址以便使用 HTTPS/Get 请求进行检索。

属性

适用于