Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ServerSupportsEai
bool
System.Net.Mail.SmtpTransport.ServerSupportsEai
get
package
Definition at line
76
of file
SmtpTransport.cs
.
77
{
78
get
79
{
80
if
(
_connection
!=
null
)
81
{
82
return
_connection
.
ServerSupportsEai
;
83
}
84
return
false
;
85
}
86
}
System.Net.Mail.SmtpConnection.ServerSupportsEai
bool ServerSupportsEai
Definition
SmtpConnection.cs:578
System.Net.Mail.SmtpTransport._connection
SmtpConnection _connection
Definition
SmtpTransport.cs:10
System
Net
Mail
SmtpTransport
Generated by
1.10.0