Mono Class Library: System.Net.HttpWebRequest Overview | Members

System.Net.HttpWebRequest.AllowWriteStreamBuffering Property

Gets or sets a bool value that indicates whether to buffer the data sent to the Internet resource requested by the current instance. [Edit]

public bool AllowWriteStreamBuffering { set; get; }

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. [Edit]

Remarks

Note:

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.

Depending on available memory, setting HttpWebRequest.AllowWriteStreamBuffering as true might impact system performance when uploading large amounts of data.

[Edit]

Requirements

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