ServiceMetadataPublishingElement.HttpGetUrl 属性

定义

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

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

属性值

Uri

一个 URI,它指定发布元数据的地址。

属性

适用于