Udostępnij za pośrednictwem


ServiceHealthBehaviorBase.HttpsGetUrl Właściwość

Definicja

Pobiera lub ustawia URI, który określa adres, na który metadane są publikowane do pobrania 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, pod którym metadane są publikowane do pobrania przy użyciu żądania HTTPS/Get.

Atrybuty

Wyjątki

value musi używać protokołu HTTPS lub być względnym adresem URI.

Dotyczy