1 instantiation of ConnectAndHandshakeAsyncResult
System (1)
net\System\Net\mail\smtpconnection.cs (1)
174
ConnectAndHandshakeAsyncResult result = new
ConnectAndHandshakeAsyncResult
(this, servicePoint.Host, servicePoint.Port, outerResult, callback, state);
19 references to ConnectAndHandshakeAsyncResult
System (19)
net\System\Net\mail\smtpconnection.cs (19)
174
ConnectAndHandshakeAsyncResult
result = new ConnectAndHandshakeAsyncResult(this, servicePoint.Host, servicePoint.Port, outerResult, callback, state);
555
ConnectAndHandshakeAsyncResult
.End(result);
603
ConnectAndHandshakeAsyncResult
ConnectAndHandshakeAsyncResult = (
ConnectAndHandshakeAsyncResult
)request;
617
pooledStream = (SmtpPooledStream)ConnectAndHandshakeAsyncResult.connection.connectionPool.GetConnection((object)ConnectAndHandshakeAsyncResult,
ConnectAndHandshakeAsyncResult
.m_ConnectionCreatedCallback, ConnectAndHandshakeAsyncResult.connection.Timeout);
652
ConnectAndHandshakeAsyncResult
thisPtr = (
ConnectAndHandshakeAsyncResult
)result;
751
ConnectAndHandshakeAsyncResult
thisPtr = (
ConnectAndHandshakeAsyncResult
)result.AsyncState;
826
ConnectAndHandshakeAsyncResult
thisPtr = (
ConnectAndHandshakeAsyncResult
)result.AsyncState;
902
ConnectAndHandshakeAsyncResult
thisPtr = (
ConnectAndHandshakeAsyncResult
)result.AsyncState;
943
ConnectAndHandshakeAsyncResult
thisPtr = (
ConnectAndHandshakeAsyncResult
)result.AsyncState;
1026
ConnectAndHandshakeAsyncResult
thisPtr = (
ConnectAndHandshakeAsyncResult
)result.AsyncState;
1094
ConnectAndHandshakeAsyncResult
thisPtr = (
ConnectAndHandshakeAsyncResult
)result.AsyncState;