3 writes to _port
System.Net.Mail (3)
System\Net\Mail\SmtpClient.cs (3)
87
_port
= port;
111
_port
= DefaultPort;
196
_port
= value;
7 references to _port
System.Net.Mail (7)
System\Net\Mail\SmtpClient.cs (7)
109
if (
_port
== 0)
183
return
_port
;
194
if (value !=
_port
)
275
return _servicePoint ??= ServicePointManager.FindServicePoint(new Uri($"mailto:{_host}:{
_port
}"));
818
if (
_port
<= 0 ||
_port
> MaxPortValue)
992
_transport.GetConnection(_host!,
_port
);