ServiceHealthBehaviorBase.HttpsGetUrl Właściwość

Definicja

Pobiera lub ustawia identyfikator URI określający adres, do którego metadane są publikowane do pobierania przy użyciu żądania HTTPS/Get.

public:
 property Uri ^ HttpsGetUrl { Uri ^ get(); void set(Uri ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.UriTypeConverter))]
public Uri HttpsGetUrl { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.UriTypeConverter))>]
member this.HttpsGetUrl : Uri with get, set
Public Property HttpsGetUrl As Uri

Wartość właściwości

Uri

Adres, do którego metadane są publikowane do pobierania przy użyciu żądania HTTPS/Get.

Atrybuty

Wyjątki

value Musi używać protokołu HTTPS lub być względnym identyfikatorem URI.

Dotyczy