TransportConfigurationTypeElement Constructor (String^, String^)

 

Initializes a new instance of the TransportConfigurationTypeElement class with a unique name, and the type that implements the specific transport.

Namespace:   System.ServiceModel.Configuration
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
Return to top
Show: