ServiceHostingEnvironmentSection::TransportConfigurationTypes Property

 

Gets a collection of types that implement the specific transport.

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

public:
[ConfigurationPropertyAttribute("", Options = ConfigurationPropertyOptions::IsDefaultCollection)]
property TransportConfigurationTypeElementCollection^ TransportConfigurationTypes {
	TransportConfigurationTypeElementCollection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::TransportConfigurationTypeElementCollection^

A TransportConfigurationTypeElementCollection that contains all the types that implement the specific transport.

.NET Framework
Available since 3.0
Return to top
Show: