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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.