NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpWebRequest.AllowWriteStreamBuffering

Enables or disables buffering the data stream sent to the server.

[Visual Basic]
Public Property AllowWriteStreamBuffering As Boolean
[C#]
public bool AllowWriteStreamBuffering {get; set;}
[C++]
public: __property bool get_AllowWriteStreamBuffering();
public: __property void set_AllowWriteStreamBuffering(bool);
[JScript]
public function get AllowWriteStreamBuffering() : Boolean;
public function set AllowWriteStreamBuffering(Boolean);

See Also

HttpWebRequest Class | HttpWebRequest Members | System.Net Namespace