TcpTransportElement.ConnectionPoolSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a configuration element that specifies additional connection settings.
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
Property Value
A configuration element that specifies additional connection settings.
- Attributes
Applies to
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.