NetPeerTcpBinding Constructor (String^)
Initializes a new instance of the NetPeerTcpBinding class with a specified configuration name.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- configurationName
-
Type:
System::String^
The value of the configurationName attribute that identifies the binding element whose settings are used to initialize the binding.
| Exception | Condition |
|---|---|
| ConfigurationException | The configuration is invalid. |
This constructor creates a new NetPeerTcpBinding with the supplied name. If a configuration for that name already exists, the settings in the configuration file that contains that name are used. If the name does not already exist, the default configuration settings are used.
Available since 3.0