TransportConfigurationTypeElement Constructor (String^)

 

Initializes a new instance of the TransportConfigurationTypeElement class with a unique name.

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

public:
TransportConfigurationTypeElement(
	String^ name
)

Parameters

name
Type: System::String^

A string that uniquely identifies the transport type.

Exception Condition
ArgumentNullException

name is null.

.NET Framework
Available since 3.0
Return to top
Show: