3 writes to _port
System.Net.Mail (3)
System\Net\Mail\SmtpClient.cs (3)
80_port = port; 104_port = DefaultPort; 201_port = value;
8 references to _port
System.Net.Mail (8)
System\Net\Mail\SmtpClient.cs (8)
102if (_port == 0) 188return _port; 199if (value != _port) 283return _servicePoint ??= ServicePointManager.FindServicePoint(new Uri($"mailto:{_host}:{_port}")); 738if (_port <= 0 || _port > MaxPortValue) 773_transport.GetConnection(_host!, _port); 784return _transport.GetConnectionAsync<TIOAdapter>(_host!, _port, cancellationToken);