BindingsSection.NetPeerTcpBinding 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.
Caution
PeerChannel feature is obsolete and will be removed in the future.
Gets the configuration element that contains a collection of netPeerTcpBinding elements.
public:
property System::ServiceModel::Configuration::NetPeerTcpBindingCollectionElement ^ NetPeerTcpBinding { System::ServiceModel::Configuration::NetPeerTcpBindingCollectionElement ^ get(); };
[System.Configuration.ConfigurationProperty("netPeerTcpBinding", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Configuration.NetPeerTcpBindingCollectionElement NetPeerTcpBinding { get; }
[System.Configuration.ConfigurationProperty("netPeerTcpBinding", Options=System.Configuration.ConfigurationPropertyOptions.None)]
[System.Obsolete("PeerChannel feature is obsolete and will be removed in the future.", false)]
public System.ServiceModel.Configuration.NetPeerTcpBindingCollectionElement NetPeerTcpBinding { get; }
[<System.Configuration.ConfigurationProperty("netPeerTcpBinding", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.NetPeerTcpBinding : System.ServiceModel.Configuration.NetPeerTcpBindingCollectionElement
[<System.Configuration.ConfigurationProperty("netPeerTcpBinding", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
[<System.Obsolete("PeerChannel feature is obsolete and will be removed in the future.", false)>]
member this.NetPeerTcpBinding : System.ServiceModel.Configuration.NetPeerTcpBindingCollectionElement
Public ReadOnly Property NetPeerTcpBinding As NetPeerTcpBindingCollectionElement
Property Value
A NetPeerTcpBindingCollectionElement that contains a collection of NetPeerTcpBindingElement elements.
- 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.