ServiceMetadataPublishingElement.HttpsGetBinding Proprietà

Definizione

Ottiene o imposta un valore stringa che specifica il nome dell'associazione (binding) da usare per il recupero di metadati in scenari 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

Valore della proprietà

Nome dell'associazione da usare per il recupero dei metadati negli scenari HTTPS GET.

Attributi

Commenti

Se questa proprietà non viene impostata, per il recupero di metadati viene utilizzata l'associazione predefinita (HttpsTransportBindingElement) in base alle esigenze.

Si applica a