BodyWriter Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the BodyWriter class that explicitly indicates whether to buffer.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- isBuffered
- Type: System.Boolean
true if the body writer can be called multiple times; otherwise false.
Show: