BindingsSection.WSHttpBinding Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft das Konfigurationselement ab, das eine Auflistung von WSHttpBindingElement-Objekten enthält.
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
Eigenschaftswert
Ein WSHttpBindingCollectionElement, das eine Auflistung von WSHttpBindingElement-Objekten enthält.
- Attribute