OneWayBindingElement.ChannelPoolSettings Property

Definition

Gets the channel pool settings.

public:
 property System::ServiceModel::Channels::ChannelPoolSettings ^ ChannelPoolSettings { System::ServiceModel::Channels::ChannelPoolSettings ^ get(); };
public:
 property System::ServiceModel::Channels::ChannelPoolSettings ^ ChannelPoolSettings { System::ServiceModel::Channels::ChannelPoolSettings ^ get(); void set(System::ServiceModel::Channels::ChannelPoolSettings ^ value); };
public System.ServiceModel.Channels.ChannelPoolSettings ChannelPoolSettings { get; }
public System.ServiceModel.Channels.ChannelPoolSettings ChannelPoolSettings { get; set; }
member this.ChannelPoolSettings : System.ServiceModel.Channels.ChannelPoolSettings
member this.ChannelPoolSettings : System.ServiceModel.Channels.ChannelPoolSettings with get, set
Public ReadOnly Property ChannelPoolSettings As ChannelPoolSettings
Public Property ChannelPoolSettings As ChannelPoolSettings

Property Value

A ChannelPoolSettings object that contains properties of the channel pool associated with this binding element.

Applies to