2 writes to _getResponseStarted
System.Net.Requests (2)
System\Net\FtpWebRequest.cs (2)
538
_getResponseStarted
= true;
623
_getResponseStarted
= true;
4 references to _getResponseStarted
System.Net.Requests (4)
System\Net\FtpWebRequest.cs (4)
393
if (
_getResponseStarted
)
533
if (
_getResponseStarted
)
618
if (
_getResponseStarted
)
1611
if (_getRequestStreamStarted ||
_getResponseStarted
)