BindingsSection::NetPeerTcpBinding Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.ServiceModel.Configuration
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Return to top
Gets the configuration element that contains a collection of netPeerTcpBinding elements.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("netPeerTcpBinding", Options = ConfigurationPropertyOptions::None)] [ObsoleteAttribute("PeerChannel feature is obsolete and will be removed in the future.", false)] property NetPeerTcpBindingCollectionElement^ NetPeerTcpBinding { NetPeerTcpBindingCollectionElement^ get(); }
Property Value
Type: System.ServiceModel.Configuration::NetPeerTcpBindingCollectionElement^A NetPeerTcpBindingCollectionElement that contains a collection of NetPeerTcpBindingElement elements.
.NET Framework
Available since 3.0
Available since 3.0
Show: