4 writes to port
System (4)
net\System\Net\mail\SmtpClient.cs (4)
98
this.
port
= port;
125
port
= MailConfiguration.Smtp.Network.Port;
161
port
= defaultPort;
251
port
= value;
9 references to port
System (9)
net\System\Net\mail\SmtpClient.cs (9)
106
if (
port
== defaultPort ||
port
== 0) {
124
if (
port
== 0) {
160
if (
port
== 0) {
235
return
port
;
250
if (value !=
port
) {
310
servicePoint = ServicePointManager.FindServicePoint(host,
port
);
792
if (
port
<= 0 ||
port
> maxPortValue) {