Aracılığıyla paylaş


TcpTransportBindingElement.ConnectionPoolSettings Özellik

Tanım

Bağlantı havuzu ayarları koleksiyonunu alır.

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

Özellik Değeri

TcpConnectionPoolSettings Bağlantı havuzuyla ilgili çeşitli özellikler içeren bir nesne.

Örnekler

Aşağıdaki örnekte, bağlantı havuzu ayarları koleksiyonunun nasıl alınacakları gösterilmektedir.

TcpTransportBindingElement bElement =
    new TcpTransportBindingElement();

TcpConnectionPoolSettings connectionPoolSettings =
    bElement.ConnectionPoolSettings;

Şunlara uygulanır