Udostępnij za pośrednictwem


ServiceMetadataPublishingElement.HttpsGetBinding Właściwość

Definicja

Pobiera lub ustawia wartość ciągu, która określa nazwę powiązania, które ma być używane do pobierania metadanych w scenariuszach HTTPS GET.

public:
 property System::String ^ HttpsGetBinding { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("httpsGetBinding", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string HttpsGetBinding { get; set; }
[<System.Configuration.ConfigurationProperty("httpsGetBinding", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.HttpsGetBinding : string with get, set
Public Property HttpsGetBinding As String

Wartość właściwości

Nazwa powiązania, które ma być używane do pobierania metadanych w scenariuszach HTTPS GET.

Atrybuty

Uwagi

Jeśli ta właściwość nie jest ustawiona, domyślne powiązanie (HttpsTransportBindingElement) jest używane do pobierania metadanych zgodnie z potrzebami.

Dotyczy