共用方式為


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 的用戶端來解析位址。

適用於