TransportConfigurationTypeElement::TransportConfigurationType Property

 

Gets or sets a string that contains the type that implements the specific transport.

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

public:
[ConfigurationPropertyAttribute("transportConfigurationType", 
	Options = ConfigurationPropertyOptions::IsRequired)]
[StringValidatorAttribute(MinLength = 1)]
property String^ TransportConfigurationType {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The type that implements the specific transport.

.NET Framework
Available since 3.0
Return to top
Show: