BindingsSection.WSHttpBinding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the configuration element that contains a collection of WSHttpBindingElement objects.
public:
property System::ServiceModel::Configuration::WSHttpBindingCollectionElement ^ WSHttpBinding { System::ServiceModel::Configuration::WSHttpBindingCollectionElement ^ get(); };
[System.Configuration.ConfigurationProperty("wsHttpBinding", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Configuration.WSHttpBindingCollectionElement WSHttpBinding { get; }
[<System.Configuration.ConfigurationProperty("wsHttpBinding", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.WSHttpBinding : System.ServiceModel.Configuration.WSHttpBindingCollectionElement
Public ReadOnly Property WSHttpBinding As WSHttpBindingCollectionElement
Property Value
A WSHttpBindingCollectionElement that contains a collection of WSHttpBindingElement objects.
- Attributes
Applies to
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.