TransportConfigurationTypeElement Constructor (String^, String^)
.NET Framework (current version)
Initializes a new instance of the TransportConfigurationTypeElement class with a unique name, and the type that implements the specific transport.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public:
TransportConfigurationTypeElement(
String^ name,
String^ transportConfigurationTypeName
)
Parameters
- name
-
Type:
System::String^
A string that uniquely identifies the transport type.
- transportConfigurationTypeName
-
Type:
System::String^
The type that implements the specific transport.
| Exception | Condition |
|---|---|
| ArgumentNullException | name or transportConfigurationTypeName is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: