3 references to UserName
System (3)
net\System\Net\Configuration\SmtpNetworkElement.cs (3)
175else if (element.UserName != null && element.UserName.Length > 0) 177this.credential = new NetworkCredential(element.UserName, element.Password);