ClientBase<TChannel>::ChannelBase<T>::IContextChannel::AllowOutputBatching Property

 

Gets or sets a value that indicates whether the batching of outgoing messages is allowed; otherwise, false.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

private:
property bool AllowOutputBatching {
	virtual bool get() sealed = IContextChannel::AllowOutputBatching::get;
	virtual void set(bool value) sealed = IContextChannel::AllowOutputBatching::set;
}

Property Value

Type: System::Boolean

True if the batching of outgoing messages is allowed; otherwise, false.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: