5 references to SendCompleted
System (5)
net\System\Net\mail\SmtpClient.cs (5)
413if (SendCompleted != null) { 414SendCompleted(this, e); 736this.SendCompleted += handler; 742this.SendCompleted -= handler; 754try { this.SendCompleted -= handler; }