System.Net.HttpWebRequest.AllowWriteStreamBuffering Property

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

Syntax

public bool AllowWriteStreamBuffering { get; set; }

Value

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

Remarks

When HttpWebRequest.AllowWriteStreamBuffering is true, the data is buffered in memory so it is ready to be resent in the event of redirections or authentication requests.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0