Udostępnij za pośrednictwem


ServiceMetadataBehavior.HttpsGetUrl Właściwość

Definicja

Pobiera lub ustawia lokalizację publikacji metadanych dla żądań HTTPS/GET.

public:
 property Uri ^ HttpsGetUrl { Uri ^ get(); void set(Uri ^ value); };
public Uri HttpsGetUrl { get; set; }
[System.ComponentModel.TypeConverter(typeof(System.UriTypeConverter))]
public Uri HttpsGetUrl { get; set; }
member this.HttpsGetUrl : Uri with 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 metadanych HTTPS.

Atrybuty

Uwagi

Jeśli wartość HttpsGetUrl jest względna, adres, pod którym są publikowane metadane, jest adresem podstawowym i adresem usługi oraz ciągiem ?wsdl zapytania.

Jeśli wartość HttpsGetUrl jest bezwzględna adresem, pod którym są publikowane metadane, jest wartość HttpsGetUrl wartości plus ?wsdl querystring.

Jeśli na przykład adres usługi to https://localhost:8080/CalculatorService i HttpsGetUrl ciąg jest pusty, adres metadanych HTTPS/GET to https://localhost:8080/CalculatorService?wsdl.

Dotyczy