StreamBodyWriter(Boolean) Constructor

Definition

Initializes a new instance of the StreamBodyWriter class.

protected:
 StreamBodyWriter(bool isBuffered);
protected StreamBodyWriter (bool isBuffered);
new System.ServiceModel.Channels.StreamBodyWriter : bool -> System.ServiceModel.Channels.StreamBodyWriter
Protected Sub New (isBuffered As Boolean)

Parameters

isBuffered
Boolean

true if the stream is buffered; otherwise false.

Applies to