<transportConfigurationTypes>

Reprezentuje kolekcję elementów konfiguracji, które identyfikują typ określonego transportu. Może to służyć do dodawania niestandardowych protokołów WAS.

<Konfiguracji>
  <System.servicemodel>
    <serviceHostingEnvironment>
      <transportConfigurationTypes>

Składnia

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

Atrybuty i elementy

W poniższych sekcjach opisano atrybuty, elementy podrzędne i elementy nadrzędne.

Atrybuty

Atrybut Opis
name Nazwa transportu
transportConfigurationType Typ implementujący transport

Elementy podrzędne

Element Opis
<Dodaj> Dodaje element konfiguracji, który identyfikuje typ określonego transportu.

Elementy nadrzędne

Element Opis
<serviceHostingEnvironment> Definiuje typ wystąpienia środowiska hostingu usługi dla określonego transportu.

Zobacz też