Udostępnij przez


TcpTransportBindingElement.ConnectionPoolSettings Właściwość

Definicja

Pobiera kolekcję ustawień puli połączeń.

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

Wartość właściwości

TcpConnectionPoolSettings Obiekt, który zawiera różne właściwości związane z buforowaniem połączeń.

Przykłady

W poniższym przykładzie pokazano, jak pobrać kolekcję ustawień puli połączeń.

TcpTransportBindingElement bElement =
    new TcpTransportBindingElement();

TcpConnectionPoolSettings connectionPoolSettings =
    bElement.ConnectionPoolSettings;

Dotyczy