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