1 write to _port
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
406
_port
= port;
2 references to _port
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.cs (2)
433
IAsyncResult result = _connection.BeginInitializeConnection(_host,
_port
, InitializeConnectionCallback, this);
754
NetworkCredential? credential = _connection._credentials.GetCredential(_host,
_port
, module.AuthenticationType);