4 writes to m_Connection
System (4)
net\System\Net\FtpWebRequest.cs (4)
1167
m_Connection
= connection;
1269
m_Connection
= null;
1460
m_Connection
= connection;
1598
m_Connection
= null;
27 references to m_Connection
System (27)
net\System\Net\FtpWebRequest.cs (27)
1083
FtpControlStream connection =
m_Connection
;
1168
if (Logging.On) Logging.Associate(Logging.Web, this,
m_Connection
);
1180
return
m_Connection
.SubmitRequest(this, true, true);
1187
stream =
m_Connection
.SubmitRequest(this, false, true);
1225
FtpControlStream connection =
m_Connection
;
1256
||
m_Connection
==null
1257
|| !
m_Connection
.RecoverableFailure)
1265
if (m_ConnectionPool != null &&
m_Connection
!= null) {
1266
m_Connection
.CloseSocket();
1267
if (Logging.On) Logging.PrintInfo(Logging.Web, this, "", SR.GetString(SR.net_log_releasing_connection, ValidationHelper.HashString(
m_Connection
)));
1268
m_ConnectionPool.PutConnection(
m_Connection
, this, RemainingTimeout);
1289
FtpControlStream connection =
m_Connection
;
1378
FtpControlStream connection =
m_Connection
;
1461
if (Logging.On) Logging.Associate(Logging.Web, this,
m_Connection
);
1494
connection =
m_Connection
;
1585
connection =
m_Connection
;
1702
connection =
m_Connection
;
1917
FtpControlStream connection =
m_Connection
;
2173
if (
m_Connection
!= null)
2175
m_FtpWebResponse.UpdateStatus(
m_Connection
.StatusCode,
m_Connection
.StatusLine,
m_Connection
.ExitMessage);
2176
if (
m_Connection
.StatusCode == FtpStatusCode.OpeningData && m_FtpWebResponse.ContentLength == 0)
2177
m_FtpWebResponse.SetContentLength(
m_Connection
.ContentLength);
2209
if (
m_Connection
!= null)
2210
m_Connection
.CheckContinuePipeline();
2220
FtpControlStream connection =
m_Connection
;