Mono Class Library: System.Net.HttpWebRequest Overview | MembersSystem.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]
|
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]
Note:[Edit]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.
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0