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
{
182
CheckHostAndPort
();
183
return
_servicePoint
?? (
_servicePoint
= ServicePointManager.FindServicePoint(
new
Uri(
"mailto:"
+
_host
+
":"
+
_port
)));
184
}
185
}
System.Net.Mail.SmtpClient.CheckHostAndPort
void CheckHostAndPort()
Definition
SmtpClient.cs:758
System.Net.Mail.SmtpClient._host
string _host
Definition
SmtpClient.cs:20
System.Net.Mail.SmtpClient._port
int _port
Definition
SmtpClient.cs:22
System.Net.Mail.SmtpClient._servicePoint
ServicePoint _servicePoint
Definition
SmtpClient.cs:62
System
Net
Mail
SmtpClient
Generated by
1.10.0