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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.