BindingsSection.WSDualHttpBinding Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá konfigurační prvek, který obsahuje kolekci WSDualHttpBindingElement objektů.
public:
property System::ServiceModel::Configuration::WSDualHttpBindingCollectionElement ^ WSDualHttpBinding { System::ServiceModel::Configuration::WSDualHttpBindingCollectionElement ^ get(); };
[System.Configuration.ConfigurationProperty("wsDualHttpBinding", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Configuration.WSDualHttpBindingCollectionElement WSDualHttpBinding { get; }
[<System.Configuration.ConfigurationProperty("wsDualHttpBinding", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.WSDualHttpBinding : System.ServiceModel.Configuration.WSDualHttpBindingCollectionElement
Public ReadOnly Property WSDualHttpBinding As WSDualHttpBindingCollectionElement
Hodnota vlastnosti
A WSDualHttpBindingCollectionElement , který obsahuje kolekci WSDualHttpBindingElement objektů.
- Atributy
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.