6 references to AllowWriteStreamBuffering
System (6)
net\System\Net\HttpWebRequest.cs (6)
102
Default = AllowAutoRedirect |
AllowWriteStreamBuffering
| ExpectContinue
373
return (_Booleans&Booleans.
AllowWriteStreamBuffering
)!=0;
377
_Booleans |= Booleans.
AllowWriteStreamBuffering
;
380
_Booleans &= ~Booleans.
AllowWriteStreamBuffering
;
5240
_Booleans &= ~Booleans.
AllowWriteStreamBuffering
;
5280
_Booleans &= ~Booleans.
AllowWriteStreamBuffering
;