BindingsSection.WSDualHttpBinding 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 WSDualHttpBindingElement-Objekten enthält.
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
Eigenschaftswert
Ein WSDualHttpBindingCollectionElement, das eine Auflistung von WSDualHttpBindingElement-Objekten enthält.
- Attribute