ServiceMetadataBehavior.ExternalMetadataLocation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置作为服务元数据的位置的值。
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
属性值
服务元数据的位置。
- 属性
例外
该值为绝对值,且架构既不是 http,也不是 https。
注解
将对外部元数据位置的引用返回到客户端。 ExternalMetadataLocation 属性可以是相对的,也可以是绝对的。 如果是相对的,则由与 HttpGetUrl 或 HttpsGetUrl 相对的客户端来解析地址,具体取决于该客户端检索元数据的方式。