9 references to properties
System (9)
net\System\Net\Configuration\SmtpNetworkElement.cs (9)
20this.properties.Add(this.defaultCredentials); 21this.properties.Add(this.host); 22this.properties.Add(this.clientDomain); 23this.properties.Add(this.password); 24this.properties.Add(this.port); 25this.properties.Add(this.userName); 26this.properties.Add(this.targetName); 27this.properties.Add(this.enableSsl); 57return this.properties;