1 write to m_Async
System (1)
net\System\Net\FtpWebRequest.cs (1)
1064
m_Async
= async;
6 references to m_Async
System (6)
net\System\Net\FtpWebRequest.cs (6)
1150
FtpControlStream connection = (FtpControlStream) m_ConnectionPool.GetConnection((object)this, (
m_Async
? m_AsyncCallback : null), (
m_Async
? -1: RemainingTimeout));
1154
GlobalLog.Assert(
m_Async
, "QueueOrCreateConnection|m_ConnectionPool.GetConnection() returned null on a Sync Request.");
1347
if (
m_Async
)
1624
if (
m_Async
)
2207
if (!
m_Async
)