Linguaggio

ServiceMetadataPublishingElement.HttpsGetBinding Proprietà

Definizione

Ottiene o imposta un valore stringa che specifica il nome dell'associazione da utilizzare per il recupero dei metadati negli 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 è impostata, l'associazione predefinita (HttpsTransportBindingElement) viene utilizzata per il recupero dei metadati in base alle esigenze.

Si applica a