ServiceHealthElement.HttpsGetUrl プロパティ

定義

HTTPS を使用して取得するためにサービス正常性情報を公開する場所を取得または設定します。

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

HTTPS を使用して取得するためにサービス正常性情報が公開される場所。

属性

注釈

HttpsGetUrl プロパティは、HttpsGetUrl要素の<serviceHealth>属性の値に対応します。 このプロパティは 、ServiceHealthBehavior.HttpsGetUrl プロパティの値を定義します。

適用対象