<transportConfigurationTypes>

Représente une collection d'éléments de configuration identifiant le type d'un transport particulier.

Hiérarchie de schéma

<system.serviceModel>
  <serviceHostingEnvironment>
    <transportConfigurationTypes>

Syntaxe

<serviceHostingEnvironment> 
   <transportConfigurationTypes>
      <add name="String"
               transportConfigurationType="String"/> 
   </transportConfigurationTypes>
</serviceHostingEnvironment>

Attributs et éléments

Les sections suivantes décrivent des attributs, des éléments enfants et des éléments parents.

Attributs

Aucun.

Éléments enfants

Élément Description

<add> de <transportConfigurationType>

Ajoute un élément de configuration identifiant le type d'un transport particulier.

Éléments parents

Élément Description

<serviceHostingEnvironment>

Définit le type instancié par l'environnement d'hébergement du service pour un transport particulier.

Voir aussi

Référence

ServiceHostingEnvironmentSection
ServiceHostingEnvironment
TransportConfigurationTypeElementCollection

Autres ressources

Hosting