3 references to clientDomain
System (3)
net\System\Net\Configuration\SmtpNetworkElement.cs (3)
22
this.properties.Add(this.
clientDomain
);
85
get { return (string)this[this.
clientDomain
]; }
86
set { this[this.
clientDomain
] = value; }