1 write to onSendCompletedDelegate
System (1)
net\System\Net\mail\SmtpClient.cs (1)
115onSendCompletedDelegate = new SendOrPostCallback(SendCompletedWaitCallback);
2 references to onSendCompletedDelegate
System (2)
net\System\Net\mail\SmtpClient.cs (2)
652asyncOp.PostOperationCompleted(onSendCompletedDelegate, eventArgs); 853asyncOp.PostOperationCompleted(client.onSendCompletedDelegate, eventArgs);