共用方式為


ServiceMetadataPublishingElement.HttpsGetUrl 屬性

定義

取得或設定 URI,指定中繼資料的發行位址以使用 HTTPS/Get 要求進行擷取。

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

屬性值

Uri

URI,指定中繼資料的發行位址以使用 HTTPS/Get 要求進行擷取。

屬性

適用於