BindingsSection.NetTcpBinding 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 NetTcpBindingElement-Objekten enthält.
public:
property System::ServiceModel::Configuration::NetTcpBindingCollectionElement ^ NetTcpBinding { System::ServiceModel::Configuration::NetTcpBindingCollectionElement ^ get(); };
[System.Configuration.ConfigurationProperty("netTcpBinding", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Configuration.NetTcpBindingCollectionElement NetTcpBinding { get; }
[<System.Configuration.ConfigurationProperty("netTcpBinding", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.NetTcpBinding : System.ServiceModel.Configuration.NetTcpBindingCollectionElement
Public ReadOnly Property NetTcpBinding As NetTcpBindingCollectionElement
Eigenschaftswert
Ein NetTcpBindingCollectionElement, das eine Auflistung von NetTcpBindingElement-Objekten enthält.
- Attribute
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.