ClientBase<TChannel>.ChannelBase<T>.IContextChannel.AllowOutputBatching 属性

定义

获取或设置指示是否允许传出消息的批处理的值;如果不允许,则为 false。

property bool System::ServiceModel::IContextChannel::AllowOutputBatching { bool get(); void set(bool value); };
bool System.ServiceModel.IContextChannel.AllowOutputBatching { get; set; }
member this.System.ServiceModel.IContextChannel.AllowOutputBatching : bool with get, set
 Property AllowOutputBatching As Boolean Implements IContextChannel.AllowOutputBatching

属性值

Boolean

如果允许对传出消息进行批处理,则为 true;否则为 false

实现

注解

此成员是显式接口成员的实现。 它只能在 ClientBase<TChannel>.ChannelBase<T> 实例被强制转换为 IContextChannel 接口时使用。

适用于