ServiceHostingEnvironmentSection.TransportConfigurationTypes 属性

定义

获取实现特定传输的类型的集合。

public:
 property System::ServiceModel::Configuration::TransportConfigurationTypeElementCollection ^ TransportConfigurationTypes { System::ServiceModel::Configuration::TransportConfigurationTypeElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.ServiceModel.Configuration.TransportConfigurationTypeElementCollection TransportConfigurationTypes { get; }
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.TransportConfigurationTypes : System.ServiceModel.Configuration.TransportConfigurationTypeElementCollection
Public ReadOnly Property TransportConfigurationTypes As TransportConfigurationTypeElementCollection

属性值

TransportConfigurationTypeElementCollection

一个 TransportConfigurationTypeElementCollection,包含实现特定传输的所有类型。

属性

适用于