ServiceMetadataPublishingElement.HttpGetBinding 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 HTTP GET.

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

Wartość właściwości

Nazwa powiązania, która ma być używana do pobierania metadanych w scenariuszach HTTP 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