共用方式為


<transportConfigurationType> 的 <add>

此項目是索引鍵/值組,可用來識別特定傳輸的型別。

結構描述階層

<system.serviceModel>
  <serviceHostingEnvironment>
    <transportConfigurationTypes>
      <transportConfigurationType> 的 <add>

語法

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

屬性和元素

下列各節說明屬性、子項目和父項目。

屬性

屬性 描述

name

必要的 String 屬性。

包含唯一識別傳輸型別的使用者定義索引鍵。

transportConfigurationType

字串,包含可實作特定傳輸的型別。

項目子系

父項目

項目 描述

<transportConfigurationTypes>

實作特定傳輸之型別的集合。

範例

<serviceHostingEnvironment> 
   <transportConfigurationTypes>
      <add name="net.udp"
      transportConfigurationType="Microsoft.ServiceModel.Samples.Hosting.HostedUdpTransportConfiguration, UdpActivation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6fa904d2da1848d6" /> 
   </transportConfigurationTypes>
</serviceHostingEnvironment>

另請參閱

參考

TransportConfigurationTypeElement
ServiceHostingEnvironmentSection
ServiceHostingEnvironment

其他資源

Hosting