Share via


HttpWebRequest.AllowWriteStreamBuffering Property

Gets or sets a value that indicates whether to buffer the data sent to the Internet resource.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public bool AllowWriteStreamBuffering { get; set; }

Property Value

true to enable buffering of the data sent to the Internet resource; false to disable buffering. The default is true.

Version Information

Available in the .NET Micro Framework versions 4.0 and 4.1.

See Also

Reference

HttpWebRequest Class
HttpWebRequest Members
System.Net Namespace