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