4 references to AllowWriteStreamBuffering
System.Net.Requests (4)
System\Net\HttpWebRequest.cs (4)
105Default = AllowAutoRedirect | AllowWriteStreamBuffering | ExpectContinue 530return (_booleans & Booleans.AllowWriteStreamBuffering) != 0; 536_booleans |= Booleans.AllowWriteStreamBuffering; 540_booleans &= ~Booleans.AllowWriteStreamBuffering;