Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ServicePoint

ServicePoint System.Net.Mail.SmtpClient.ServicePoint
get

Definition at line 178 of file SmtpClient.cs.

179 {
180 get
181 {
183 return _servicePoint ?? (_servicePoint = ServicePointManager.FindServicePoint(new Uri("mailto:" + _host + ":" + _port)));
184 }
185 }