TcpTransportElement.ConnectionPoolSettings 属性

定义

获取或设置指定其他连接设置的配置元素。

public:
 property System::ServiceModel::Configuration::TcpConnectionPoolSettingsElement ^ ConnectionPoolSettings { System::ServiceModel::Configuration::TcpConnectionPoolSettingsElement ^ get(); void set(System::ServiceModel::Configuration::TcpConnectionPoolSettingsElement ^ value); };
[System.Configuration.ConfigurationProperty("connectionPoolSettings")]
public System.ServiceModel.Configuration.TcpConnectionPoolSettingsElement ConnectionPoolSettings { get; set; }
[<System.Configuration.ConfigurationProperty("connectionPoolSettings")>]
member this.ConnectionPoolSettings : System.ServiceModel.Configuration.TcpConnectionPoolSettingsElement with get, set
Public Property ConnectionPoolSettings As TcpConnectionPoolSettingsElement

属性值

TcpConnectionPoolSettingsElement

一个配置元素,指定其他连接设置。

属性

适用于