共用方式為


OneWayBindingElement.ChannelPoolSettings 屬性

定義

取得通道集區設定。

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

屬性值

ChannelPoolSettings 物件,包含與這個繫結項目相關聯之通道集區的屬性。

適用於