OneWayElement.ChannelPoolSettings Property

Definition

Gets the channel pool settings.

public:
 property System::ServiceModel::Configuration::ChannelPoolSettingsElement ^ ChannelPoolSettings { System::ServiceModel::Configuration::ChannelPoolSettingsElement ^ get(); };
[System.Configuration.ConfigurationProperty("channelPoolSettings")]
public System.ServiceModel.Configuration.ChannelPoolSettingsElement ChannelPoolSettings { get; }
[<System.Configuration.ConfigurationProperty("channelPoolSettings")>]
member this.ChannelPoolSettings : System.ServiceModel.Configuration.ChannelPoolSettingsElement
Public ReadOnly Property ChannelPoolSettings As ChannelPoolSettingsElement

Property Value

A ChannelPoolSettingsElement object that contains properties of the channel pool for the current channel.

Attributes

Applies to