1 write to _allowReadStreamBuffering
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
244
_allowReadStreamBuffering
= value;
2 references to _allowReadStreamBuffering
System.Net.Requests (2)
System\Net\HttpWebRequest.cs (2)
240
return
_allowReadStreamBuffering
;
1226
HttpCompletionOption completionOption =
_allowReadStreamBuffering
? HttpCompletionOption.ResponseContentRead : HttpCompletionOption.ResponseHeadersRead;