ClientBase<TChannel>.ChannelBase<T>.AllowOutputBatching Property

Definition

Gets or sets a value that instructs Windows Communication Foundation (WCF) to store a set of messages before giving the messages to the transport.

public:
 property bool AllowOutputBatching { bool get(); void set(bool value); };
public bool AllowOutputBatching { get; set; }
member this.AllowOutputBatching : bool with get, set
Public Property AllowOutputBatching As Boolean

Property Value

Boolean

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

Implements

Applies to