NetTcpContextBindingElement Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the NetTcpContextBindingElement class with the specified configuration name.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- name
-
Type:
System::String^
The configuration name of the binding. The value should be unique because it is used as identification for the binding.
| Exception | Condition |
|---|---|
| ArgumentNullException | name is null. |
| KeyNotFoundException | A configuration element with the specified name does not exist. |
.NET Framework
Available since 3.5
Available since 3.5
Show: