1 instantiation of SendMailAsyncResult
System (1)
net\System\Net\mail\SmtpTransport.cs (1)
271
SendMailAsyncResult result = new
SendMailAsyncResult
(connection, sender, recipients,
12 references to SendMailAsyncResult
System (12)
net\System\Net\mail\SmtpClient.cs (2)
877
SendMailAsyncResult
sendResult = (
SendMailAsyncResult
)result;
net\System\Net\mail\SmtpTransport.cs (10)
271
SendMailAsyncResult
result = new SendMailAsyncResult(connection, sender, recipients,
295
return
SendMailAsyncResult
.End(result);
391
SendMailAsyncResult
thisPtr = (
SendMailAsyncResult
)result;
422
SendMailAsyncResult
thisPtr = (
SendMailAsyncResult
)result.AsyncState;
459
SendMailAsyncResult
thisPtr = (
SendMailAsyncResult
)result.AsyncState;
522
SendMailAsyncResult
thisPtr = (
SendMailAsyncResult
)result.AsyncState;