WebClient.AllowWriteStreamBuffering Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that indicates whether to buffer the data written to the Internet resource for a WebClient instance.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Booleantrue to enable buffering of the data written to the Internet resource; false to disable buffering. The default is true.
Show: