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