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