Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

NetPeerTcpBinding Constructor (String^)

 

Initializes a new instance of the NetPeerTcpBinding class with a specified configuration name.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
NetPeerTcpBinding(
	String^ configurationName
)

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.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft