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 ?wsdl ciągiem zapytania.

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

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

Dotyczy