Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.