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);
HttpWebRequest Class | HttpWebRequest Members | System.Net Namespace