ServiceMetadataBehavior.ExternalMetadataLocation 属性

定义

获取或设置作为服务元数据的位置的值。

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

属性值

Uri

服务元数据的位置。

属性

例外

该值为绝对值,且架构既不是 http,也不是 https。

注解

将对外部元数据位置的引用返回到客户端。 ExternalMetadataLocation 属性可以是相对的,也可以是绝对的。 如果是相对的,则由与 HttpGetUrlHttpsGetUrl 相对的客户端来解析地址,具体取决于该客户端检索元数据的方式。

适用于