4 references to AllowWriteStreamBuffering
System.Net.Requests (4)
System\Net\HttpWebRequest.cs (4)
107Default = AllowAutoRedirect | AllowWriteStreamBuffering | ExpectContinue 532return (_booleans & Booleans.AllowWriteStreamBuffering) != 0; 538_booleans |= Booleans.AllowWriteStreamBuffering; 542_booleans &= ~Booleans.AllowWriteStreamBuffering;