TcpTransportBindingElement.ConnectionPoolSettings Eigenschap

Definitie

Hiermee haalt u een verzameling instellingen voor de verbindingsgroep op.

public:
 property System::ServiceModel::Channels::TcpConnectionPoolSettings ^ ConnectionPoolSettings { System::ServiceModel::Channels::TcpConnectionPoolSettings ^ get(); };
public System.ServiceModel.Channels.TcpConnectionPoolSettings ConnectionPoolSettings { get; }
member this.ConnectionPoolSettings : System.ServiceModel.Channels.TcpConnectionPoolSettings
Public ReadOnly Property ConnectionPoolSettings As TcpConnectionPoolSettings

Waarde van eigenschap

Een TcpConnectionPoolSettings object dat verschillende eigenschappen bevat die betrekking hebben op groepsgewijze verbindingen.

Voorbeelden

In het volgende voorbeeld ziet u hoe u een verzameling instellingen voor de verbindingsgroep kunt ophalen.

TcpTransportBindingElement bElement =
    new TcpTransportBindingElement();

TcpConnectionPoolSettings connectionPoolSettings =
    bElement.ConnectionPoolSettings;

Van toepassing op