<transportConfigurationTypes>

Represents a collection of configuration elements that identify the type of a particular transport. This can be used to add custom WAS protocols.

<configuration>
  <system.serviceModel>
    <serviceHostingEnvironment>
      <transportConfigurationTypes>

Syntax

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

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description
name The name of the transport
transportConfigurationType The type that implements the transport

Child Elements

Element Description
<add> Adds a configuration element that identifies the type of a particular transport.

Parent Elements

Element Description
<serviceHostingEnvironment> Defines the type the service hosting environment instantiates for a particular transport.

See also