TcpTransportElement.ConnectionPoolSettings Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft ein Konfigurationselement ab, das zusätzliche Verbindungseinstellungen angibt, oder legt es fest.
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
Eigenschaftswert
Ein Konfigurationselement, das zusätzliche Verbindungseinstellungen angibt.
- Attribute