OneWayBindingElement.ChannelPoolSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.